1
0
mirror of https://github.com/flarum/core.git synced 2025-08-05 16:07:34 +02:00

fix: fixed side nav missing top spacing (#4147)

This commit is contained in:
Sami Mazouz
2025-01-04 10:32:25 +01:00
committed by GitHub
parent 1b18f57353
commit e73ffee9e7

View File

@@ -64,6 +64,7 @@
> ul { > ul {
&.affix { &.affix {
top: var(--header-height); top: var(--header-height);
margin-top: 30px;
} }
> li { > li {
margin-bottom: 10px; margin-bottom: 10px;