From 010a8b428204ef72dfaa9bf18e3bdce6ec1609f0 Mon Sep 17 00:00:00 2001 From: oldkid Date: Tue, 3 Jun 2025 15:18:17 +0200 Subject: [PATCH] revert 933af9326ef9e70802578afda8c66341aeb261e4 revert Frio bookface: Fix vertical alignment in the main menu (user menu) --- view/theme/frio/css/style.css | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index 9bec96a0864..2488b02c038 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -572,11 +572,6 @@ nav.navbar { } } -button#main-menu { - align-items: center; - display: flex; - gap: 5px; -} #topbar-first .navbar-toggle { margin-top: 5px; margin-bottom: 0; @@ -607,6 +602,7 @@ nav.navbar .nav > li > button:focus { margin-left: 20px; } #topbar-first .nav > .account img { + margin-left: 10px; height: 32px; width: 32px; border-radius: 3px; @@ -788,6 +784,7 @@ 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;