logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: da5df6e684bdadad24d83c82230886cda5056bbe
parent e8d7d341f03846a3faf85670866b2cb8d9d12cc9
Author: Henry Jameson <me@hjkos.com>
Date:   Thu, 25 Jul 2024 11:55:41 +0300

more moving

Diffstat:

Msrc/App.scss4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/App.scss b/src/App.scss @@ -4,8 +4,6 @@ :root { --status-margin: 0.75em; - --navbar-height: var(--navbarSize, 3.5rem); - --panel-header-height: var(--panelHeaderSize, 3.2rem); --post-line-height: 1.4; // Z-Index stuff --ZI_media_modal: 9000; @@ -21,8 +19,10 @@ html { font-size: var(--textSize, 14px); + --navbar-height: var(--navbarSize, 3.5rem); --emoji-size: var(--emojiSize, 32px); + --panel-header-height: var(--panelHeaderSize, 3.2rem); // overflow-x: clip causes my browser's tab to crash with SIGILL lul }