From ea1c05ae0bd449d60ab859fea46f9891e9b40dcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?marcin=20miko=C5=82ajczak?= Date: Sat, 10 Jul 2021 11:42:37 +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 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/styles/accounts.scss b/app/styles/accounts.scss index 2e59d622f..7e36a95d7 100644 --- a/app/styles/accounts.scss +++ b/app/styles/accounts.scss @@ -206,6 +206,11 @@ .account__wrapper { display: flex; + + & > .relationship-tag, + & > .account__relationship { + align-self: center; + } } .account__avatar-wrapper {