logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: 62572c32049191328dfb8473ecf006cbfaa87413
parent 3f9d9dd6bd9e15ea906d29ad04e35faa2a808367
Author: Henry Jameson <me@hjkos.com>
Date:   Sun, 10 Apr 2022 20:41:36 +0300

remove margins from underlay since it causes horizontal scroll on
smaller screens

Diffstat:

Msrc/App.scss1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/App.scss b/src/App.scss @@ -151,7 +151,6 @@ nav { grid-column-end: span 3; grid-row-start: 1; grid-row-end: 1; - margin: 0 calc(var(--columnGap) / -2); pointer-events: none; background-color: rgba(0, 0, 0, 0.15); background-color: var(--underlay, rgba(0, 0, 0, 0.15));