logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: c71cf72eea0fe8cd8d5af2cd9b5922cce5884cab
parent 51c996bd7e964802233f031090a97b6e3786794d
Author: Henry Jameson <me@hjkos.com>
Date:   Thu,  7 Apr 2022 16:39:32 +0300

fix mobile view

Diffstat:

Msrc/App.scss8+++-----
1 file changed, 3 insertions(+), 5 deletions(-)

diff --git 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; } }