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…
Reference in New Issue