From 92fb0b91db9b23a2a1d2d7822e7c8ecea3129cda Mon Sep 17 00:00:00 2001 From: Taras Madan Date: Fri, 23 Jan 2026 15:51:25 +0100 Subject: dashboard/app: fix menu items height menu items with dropdown had different height --- pkg/html/pages/style.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'pkg/html') diff --git a/pkg/html/pages/style.css b/pkg/html/pages/style.css index cb1766df6..05c48a329 100644 --- a/pkg/html/pages/style.css +++ b/pkg/html/pages/style.css @@ -15,11 +15,12 @@ h1, h2, h3, h4 { font-weight: bold; } -.navigation_tab { +.navigation .navigation_tab { border: 1px solid black; padding: 4px; margin: 4px; - display: inline-block; + display: flex; + align-items: center; } .navigation_tab a:hover {background-color: #ddd;} @@ -36,7 +37,6 @@ h1, h2, h3, h4 { padding-top: 15px; padding-bottom: 6px; display: flex; - align-items: center; flex-wrap: wrap; } @@ -500,6 +500,8 @@ aside { border: none; font-family: inherit; font-size: inherit; + padding: 0; + margin: 0; } /* The container
- needed to position the dropdown content */ -- cgit mrf-deployment