From 5f5f59d3ef15c401ae4930c151296c814eccf926 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Thu, 7 Apr 2022 16:39:32 +0300 Subject: [PATCH] fix mobile view --- src/App.scss | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/App.scss b/src/App.scss index 87ef1f06c..dd3d8cbbd 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; } }