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:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user