diff options
| author | Henry Jameson <me@hjkos.com> | 2024-07-11 14:54:37 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2024-07-11 14:54:37 +0300 |
| commit | 41f8c3dad59e6513b53f29964e10e7a3a4440cf0 (patch) | |
| tree | 9ef3e99ff15a1e4c4970584f86e8f3fb962cb32e | |
| parent | c6ccab778f78bf65cebcad1c5e0943d427254098 (diff) | |
fix gaps in sticky headers
| -rw-r--r-- | src/App.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.scss b/src/App.scss index 9225075b..edd0495f 100644 --- a/src/App.scss +++ b/src/App.scss @@ -211,7 +211,7 @@ nav { .app-layout { --miniColumn: 25rem; --maxiColumn: 45rem; - --columnGap: 1em; + --columnGap: 1rem; --effectiveSidebarColumnWidth: minmax(var(--miniColumn), var(--sidebarColumnWidth, var(--miniColumn))); --effectiveNotifsColumnWidth: minmax(var(--miniColumn), var(--notifsColumnWidth, var(--miniColumn))); --effectiveContentColumnWidth: minmax(var(--miniColumn), var(--contentColumnWidth, var(--maxiColumn))); |
