aboutsummaryrefslogtreecommitdiff
path: root/src/App.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/App.scss')
-rw-r--r--src/App.scss6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/App.scss b/src/App.scss
index bd924487..9d1ce77a 100644
--- a/src/App.scss
+++ b/src/App.scss
@@ -3,10 +3,7 @@
@import "./panel";
:root {
- --fontSize: 14px;
--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,10 +18,11 @@
}
html {
- font-size: var(--textSize);
+ 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
}