Keep autohiding toolbars shown when tab-group-editor panel is open

Fixes #590
This commit is contained in:
MrOtherGuy
2025-11-12 20:39:48 +02:00
parent a7a29f9ac9
commit c7108cdc79
2 changed files with 4 additions and 2 deletions

View File

@@ -68,9 +68,11 @@ See the above repository for updates as well as full license text. */
transition: visibility 0ms linear var(--uc-tabs-hide-animation-delay),
margin-bottom var(--uc-tabs-hide-animation-duration) ease-out var(--uc-tabs-hide-animation-delay) !important;
}
#mainPopupSet:has( > #tab-group-editor > [panelopen]) ~ #navigator-toolbox,
#navigator-toolbox:has(> :is(#toolbar-menubar,#TabsToolbar):hover),
#navigator-toolbox[movingtab]{
transition-delay: 0s !important;
margin-bottom: calc(0px - 2 * var(--tab-block-margin) - var(--tab-min-height));
> #TabsToolbar{
visibility: visible;
margin-bottom: 0px;