diff options
| author | Henry Jameson <me@hjkos.com> | 2022-04-07 16:39:32 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-04-07 16:39:39 +0300 |
| commit | c71cf72eea0fe8cd8d5af2cd9b5922cce5884cab (patch) | |
| tree | 692c03fe567fb2080f54592ea8053e7abda6bf27 /src | |
| parent | 51c996bd7e964802233f031090a97b6e3786794d (diff) | |
fix mobile view
Diffstat (limited to 'src')
| -rw-r--r-- | src/App.scss | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/App.scss b/src/App.scss index 87ef1f06..dd3d8cbb 100644 --- a/src/App.scss +++ b/src/App.scss @@ -255,11 +255,9 @@ nav { margin: 0; } - .underlay { - display: none; - } - - #sidebar { + .underlay, + #sidebar, + #notifs-column { display: none; } } |
