Fix: small fixes for members sidebar

This commit is contained in:
nizune
2021-07-01 18:54:11 +02:00
parent d34efc1e69
commit c2c6f910fb
5 changed files with 40 additions and 36 deletions

View File

@@ -17,11 +17,15 @@
color: var(--tertiary-foreground);
&.normal {
height: 38px;
height: 42px;
}
&.compact {
height: 32px;
&[data-mobile="true"] { // TOFIX: make sure this works on mobile
height: 50px;
}
}
&.user {
@@ -65,6 +69,7 @@
}
&.avatar {
display: flex;
flex-shrink: 0;
}