From 8877eded9b57ad34b69b520f48aabb554ed27714 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Sat, 20 Sep 2025 01:11:24 +0300 Subject: [PATCH] style/menus: tweak header layout and add multi-column menu divider line --- apps/client/src/stylesheets/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/apps/client/src/stylesheets/style.css b/apps/client/src/stylesheets/style.css index 6ce636e01..fe5d8e980 100644 --- a/apps/client/src/stylesheets/style.css +++ b/apps/client/src/stylesheets/style.css @@ -378,6 +378,7 @@ button kbd { body.desktop .dropdown-menu, body.desktop .tabulator-popup-container { border: 1px solid var(--dropdown-border-color); + column-rule: 1px solid var(--dropdown-border-color); box-shadow: 0px 10px 20px rgba(0, 0, 0, var(--dropdown-shadow-opacity)); animation: dropdown-menu-opening 100ms ease-in; } @@ -466,6 +467,11 @@ body #context-menu-container .dropdown-item > span { border: 1px solid transparent !important; } +.dropdown-header { + break-after: avoid; + break-inside: avoid; +} + .dropdown-item.disabled, .dropdown-item.disabled kbd { color: #aaa !important;