From 54445f249be474a4eeed8f752c52eeb1a67e9988 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Tue, 21 Apr 2026 14:16:42 +0400 Subject: [PATCH] Fix app menu header height Wasn't the same between main menu and sub menus --- app/styles/app.css | 1 + 1 file changed, 1 insertion(+) diff --git a/app/styles/app.css b/app/styles/app.css index 888c790..4f953c5 100644 --- a/app/styles/app.css +++ b/app/styles/app.css @@ -967,6 +967,7 @@ abbr[title] { display: inline-flex; width: 32px; height: 32px; + margin: -6px 0; } .app-logo-icon svg {