forked from abner/for-legacy-web
Fix: small fixes for members sidebar
This commit is contained in:
@@ -64,7 +64,7 @@ const Blocked = styled.div`
|
||||
|
||||
svg {
|
||||
flex-shrink: 0;
|
||||
margin-inline-end: 8px;
|
||||
margin-inline-end: 10px;
|
||||
}
|
||||
`;
|
||||
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user