logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: e5be00dae14a6578c6d37bf49920eefac6fab67a
parent cc8448565083031ff6bb7afaecbf43f26eff608f
Author: Henry Jameson <me@hjkos.com>
Date:   Tue, 26 Apr 2022 18:55:21 +0300

fix mobile version

Diffstat:

Msrc/App.scss6+++++-
1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/src/App.scss b/src/App.scss @@ -294,7 +294,11 @@ nav { padding: 0; .column { - margin: 0; + margin-left: 0; + margin-right: 0; + padding-top: 0; + margin-top: var(--navbar-height); + margin-bottom: 0; } .underlay,