mirror of
https://github.com/status-im/status-web.git
synced 2025-01-12 13:44:39 +00:00
feat(react): update media query for sidebars
This commit is contained in:
parent
51c6250b6e
commit
f9abfc56d8
@ -22,15 +22,15 @@ export const MainSidebar = () => {
|
||||
}
|
||||
|
||||
const Wrapper = styled('div', {
|
||||
display: 'none',
|
||||
width: 304,
|
||||
flexShrink: 0,
|
||||
flexDirection: 'column',
|
||||
padding: '10px 16px',
|
||||
display: 'none',
|
||||
backgroundColor: '$gray-4',
|
||||
overflowY: 'scroll',
|
||||
|
||||
'@medium': {
|
||||
'@large': {
|
||||
display: 'flex',
|
||||
},
|
||||
})
|
||||
|
@ -53,7 +53,7 @@ const Wrapper = styled('div', {
|
||||
backgroundColor: '$gray-4',
|
||||
overflowY: 'scroll',
|
||||
|
||||
'@medium': {
|
||||
'@large': {
|
||||
display: 'block',
|
||||
},
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user