mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 09:25:27 +00:00
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;
|
||||
|
||||
@@ -32,7 +32,7 @@ interface Props {
|
||||
|
||||
const ServerBase = styled.div`
|
||||
height: 100%;
|
||||
width: 236px;
|
||||
width: 232px;
|
||||
display: flex;
|
||||
flex-shrink: 0;
|
||||
flex-direction: column;
|
||||
|
||||
Reference in New Issue
Block a user