From ce22100b02e7c29ec1eae2fb06c2227c3f861d8f Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Sun, 5 Oct 2025 17:01:59 +0200 Subject: [PATCH] Align mobile menu drawer open/close with header bar --- dashboard/src/style.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/dashboard/src/style.css b/dashboard/src/style.css index 4fe34a30b..68904c3a1 100644 --- a/dashboard/src/style.css +++ b/dashboard/src/style.css @@ -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; }