fixed lack of gap in panel headers

This commit is contained in:
Henry Jameson 2024-07-24 15:43:03 +03:00
commit 5a929db010
2 changed files with 4 additions and 3 deletions

View file

@ -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;