diff options
| author | Henry Jameson <me@hjkos.com> | 2024-06-13 02:22:47 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2024-06-13 02:22:47 +0300 |
| commit | 6343b91abf7fbad1cdd8b4648d1fc825d8e9b03c (patch) | |
| tree | 37ec1cf1348443d01d72544acc5da7c624bb7d8f /src/App.scss | |
| parent | 6142ac2bfcacec227e4035cac19f2c5d968e72d6 (diff) | |
more scaling options
Diffstat (limited to 'src/App.scss')
| -rw-r--r-- | src/App.scss | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/App.scss b/src/App.scss index 32ca9189..a2710436 100644 --- a/src/App.scss +++ b/src/App.scss @@ -5,7 +5,7 @@ :root { --fontSize: 14px; --status-margin: 0.75em; - --navbar-height: 3.5rem; + --navbar-height: var(--navbarSize, 3.5rem); --post-line-height: 1.4; // Z-Index stuff --ZI_media_modal: 9000; @@ -21,6 +21,9 @@ html { font-size: var(--textSize); + + --navbar-height: var(--navbarSize, 3.5rem); + --emoji-size: var(--emojiSize, 32px); // overflow-x: clip causes my browser's tab to crash with SIGILL lul } |
