diff options
| author | Henry Jameson <me@hjkos.com> | 2022-04-05 19:22:15 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-04-05 19:22:15 +0300 |
| commit | 6a319154d94c51f0464e0de31c6f88fbe20defea (patch) | |
| tree | ffded435e5696dec749671d16af56cecbda1b001 /src/App.scss | |
| parent | 4a068483ed9b1334780402cbe64dfa3f4a0e8a3a (diff) | |
teleport bread
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; + } } } |
