diff options
Diffstat (limited to 'src/App.scss')
| -rw-r--r-- | src/App.scss | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/App.scss b/src/App.scss index bd924487..135c0c7b 100644 --- a/src/App.scss +++ b/src/App.scss @@ -3,7 +3,6 @@ @import "./panel"; :root { - --fontSize: 14px; --status-margin: 0.75em; --navbar-height: var(--navbarSize, 3.5rem); --panel-header-height: var(--panelHeaderSize, 3.2rem); @@ -21,8 +20,7 @@ } html { - font-size: var(--textSize); - + font-size: var(--textSize, 14px); --navbar-height: var(--navbarSize, 3.5rem); --emoji-size: var(--emojiSize, 32px); // overflow-x: clip causes my browser's tab to crash with SIGILL lul |
