From 288a2c362371326c639937e45b4ab28637a3be7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?marcin=20miko=C5=82ajczak?= Date: Sat, 10 Jul 2021 11:54:21 +0200 Subject: [PATCH] Improve account list styling MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: marcin mikołajczak --- app/styles/accounts.scss | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/app/styles/accounts.scss b/app/styles/accounts.scss index 7e36a95d7..2b6078a6e 100644 --- a/app/styles/accounts.scss +++ b/app/styles/accounts.scss @@ -206,11 +206,7 @@ .account__wrapper { display: flex; - - & > .relationship-tag, - & > .account__relationship { - align-self: center; - } + align-items: center; } .account__avatar-wrapper {