1
0
mirror of https://github.com/flarum/core.git synced 2025-08-05 07:57:46 +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 {
&.affix {
top: var(--header-height);
margin-top: 30px;
}
> li {
margin-bottom: 10px;