From da5df6e684bdadad24d83c82230886cda5056bbe Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Thu, 25 Jul 2024 11:55:41 +0300 Subject: [PATCH] more moving --- src/App.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.scss b/src/App.scss index 135c0c7b..9d1ce77a 100644 --- 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 }