fix: fixed channel sidebar on mobile

This commit is contained in:
trashtemp
2021-12-20 14:56:37 +01:00
parent 3ee0c37a60
commit 40315ea593
4 changed files with 9 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ export const GenericSidebarBase = styled.div<{
mobilePadding?: boolean;
}>`
height: 100%;
width: 236px;
width: 232px;
display: flex;
flex-shrink: 0;
flex-direction: column;

View File

@@ -32,7 +32,7 @@ interface Props {
const ServerBase = styled.div`
height: 100%;
width: 236px;
width: 232px;
display: flex;
flex-shrink: 0;
flex-direction: column;