diff options
| author | Henry Jameson <me@hjkos.com> | 2024-07-24 15:43:03 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2024-07-24 15:43:03 +0300 |
| commit | 5a929db01078470a23ba7707adaebbb74108c1b5 (patch) | |
| tree | 654d6446355be263c996bd8002f13540a0494488 /src/App.scss | |
| parent | ece38e68769977771d2f71f0817aef1c40547d14 (diff) | |
fixed lack of gap in panel headers
Diffstat (limited to 'src/App.scss')
| -rw-r--r-- | src/App.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/App.scss b/src/App.scss index 1145ded4..bd924487 100644 --- a/src/App.scss +++ b/src/App.scss @@ -6,6 +6,7 @@ --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; |
