aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/App.scss4
1 files 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
}