mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-01-24 02:09:52 +00:00
feat(side-bars-wrapper): create css module with media query for right bar
This commit is contained in:
parent
39a481bca9
commit
fbe6dcb21a
5
src/components/PageWrappers/side-bars-wrapper.module.css
Normal file
5
src/components/PageWrappers/side-bars-wrapper.module.css
Normal file
@ -0,0 +1,5 @@
|
||||
@media (max-width: 1200px) {
|
||||
.right-sidebar-wrapper {
|
||||
display: none;
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user