From d358073081114c85a544558ac27e20b8a0479052 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Wed, 26 Nov 2025 20:44:53 +0200 Subject: [PATCH] fix(global_menu): toggling advanced hides the menu most of the time --- apps/client/src/stylesheets/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/client/src/stylesheets/style.css b/apps/client/src/stylesheets/style.css index 36805a3d4..96547b0bf 100644 --- a/apps/client/src/stylesheets/style.css +++ b/apps/client/src/stylesheets/style.css @@ -439,7 +439,8 @@ body.desktop .tabulator-popup-container, } body.desktop .dropdown-menu:not(#context-menu-container) .dropdown-item, -body #context-menu-container .dropdown-item > span { +body #context-menu-container .dropdown-item > span, +body.mobile .dropdown .dropdown-submenu > span { display: flex; align-items: center; }