Align mobile menu drawer open/close with header bar

This commit is contained in:
Johannes Zellner
2025-10-05 17:01:59 +02:00
parent d2cc38c8ec
commit ce22100b02

View File

@@ -122,6 +122,15 @@ a.pankow-breadcrumb-item {
text-decoration: none;
}
/* those two are to align with the header bars */
.pankow-sidebar-close-action {
top: 15px;
}
.pankow-sidebar-open-action {
top: 18px;
}
.pankow-checkbox {
margin: 8px 0;
}