mirror of
https://github.com/zen-browser/desktop.git
synced 2025-10-20 16:51:54 +00:00
Fixed compact mode sidebar not closing when opening an extension dialog pinned to the sidebar
This commit is contained in:
@@ -41,6 +41,9 @@
|
||||
bottom: 0;
|
||||
z-index: 0;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
&:not([post-animating='true'])::after {
|
||||
transition: background-color var(--inactive-window-transition);
|
||||
}
|
||||
|
||||
|
@@ -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;
|
||||
|
||||
|
@@ -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 {
|
||||
|
@@ -272,7 +272,7 @@
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: flex-start;
|
||||
gap: 2px;
|
||||
gap: 5px;
|
||||
}
|
||||
|
||||
#PanelUI-zen-workspaces-icon-search-bar {
|
||||
|
Reference in New Issue
Block a user