forked from abner/for-legacy-web
fix: fixed channel sidebar on mobile
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user