fix open nav button home

This commit is contained in:
isUnknown 2025-02-21 12:30:54 +01:00
parent 5496ae3964
commit 28fc768228
3 changed files with 10 additions and 3 deletions

View file

@ -51,6 +51,7 @@
#main-footer ul {
display: block;
}
#main-footer button.open-nav {
margin-bottom: var(--unit--vertical);
}
@ -59,6 +60,10 @@
display: none !important;
}
[data-template="home"] button.open-nav {
display: inline-block !important;
}
.open-nav-wrapper {
padding: 0;
border: none;