Improve account list styling
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
6e5d864904
commit
ea1c05ae0b
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue