diff options
Diffstat (limited to 'src/App.scss')
| -rw-r--r-- | src/App.scss | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/src/App.scss b/src/App.scss index e32a2d36..1867a54d 100644 --- a/src/App.scss +++ b/src/App.scss @@ -64,10 +64,10 @@ nav { #sidebar { grid-area: sidebar; +} - @media all and (max-width: 800px) { - display: none; - } +#notifs-column { + grid-area: notifs; } #main-scroller { @@ -177,6 +177,10 @@ nav { .underlay { display: none; } + + #sidebar { + display: none; + } } } |
