Fixed compact mode sidebar not closing when opening an extension dialog pinned to the sidebar

This commit is contained in:
mr. M
2025-01-02 13:31:23 +01:00
parent b9a759de53
commit dcfebe6595
6 changed files with 22 additions and 5 deletions

View File

@@ -41,6 +41,9 @@
bottom: 0;
z-index: 0;
pointer-events: none;
}
&:not([post-animating='true'])::after {
transition: background-color var(--inactive-window-transition);
}

View File

@@ -205,7 +205,7 @@
& #zen-appcontent-navbar-container:focus-within,
& #zen-appcontent-navbar-container[zen-user-show],
& #zen-appcontent-navbar-container[has-popup-menu],
& #zen-appcontent-navbar-container:has(*[panelopen='true']) {
& #zen-appcontent-navbar-container:has(*[panelopen='true'], [open='true']) {
opacity: 1;
border-top-width: 1px;

View File

@@ -239,12 +239,14 @@
transition: scale 0.07s ease;
#tabbrowser-tabs:not([dont-animate-tabs='true']) &[fadein='true']:not([zen-essential='true']) {
#tabbrowser-tabs[zen-workspace-animation='previous'] & {
animation: zen-slide-in 0.3s ease;
animation: zen-slide-in 0.4s ease;
}
#tabbrowser-tabs[zen-workspace-animation='next'] & {
animation: zen-slide-in-reverse 0.3s ease;
animation: zen-slide-in-reverse 0.4s ease;
}
animation-delay: 0.2s;
}
&:not([zen-essential='true']):active {

View File

@@ -272,7 +272,7 @@
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
gap: 2px;
gap: 5px;
}
#PanelUI-zen-workspaces-icon-search-bar {