From 9a1470d2a4dd8288a4129fd8656ad8d69d6cb888 Mon Sep 17 00:00:00 2001 From: Marcus Funch Date: Sat, 31 May 2025 18:08:49 +0200 Subject: [PATCH] Frio bookface: Fix vertical alignment in the main menu (user menu) --- view/theme/frio/css/style.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index e20add6d67c..51e205fda47 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -572,6 +572,11 @@ nav.navbar { } } +button#main-menu { + align-items: center; + display: flex; + gap: 5px; +} #topbar-first .navbar-toggle { margin-top: 5px; margin-bottom: 0; @@ -602,7 +607,6 @@ nav.navbar .nav > li > button:focus { margin-left: 20px; } #topbar-first .nav > .account img { - margin-left: 10px; height: 32px; width: 32px; border-radius: 3px; @@ -784,7 +788,6 @@ nav.navbar .nav > li > button:focus { /* The Top Nav Bar user menu */ #topbar-first .account .user-title { text-align: right; - margin-top: 7px; } #topbar-first .account .user-title span { color: $nav_icon_color;