Improve account list styling

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak 2021-07-10 11:42:37 +02:00
parent 6e5d864904
commit ea1c05ae0b
1 changed files with 5 additions and 0 deletions

View File

@ -206,6 +206,11 @@
.account__wrapper { .account__wrapper {
display: flex; display: flex;
& > .relationship-tag,
& > .account__relationship {
align-self: center;
}
} }
.account__avatar-wrapper { .account__avatar-wrapper {