mirror of
https://github.com/zen-browser/desktop.git
synced 2026-04-30 03:04:25 +00:00
feat: Added section for cross-site cookies, p=#10833, c=media, common, compact-mode, glance, tabs, workspaces
This commit is contained in:
@@ -12,7 +12,7 @@ z-index: 1;
|
||||
}
|
||||
|
||||
@media -moz-pref('zen.view.hide-window-controls') {
|
||||
transition: height 0.15s ease-in-out, opacity 0.15s ease-in-out;
|
||||
transition: height 0.1s ease, opacity 0.1s ease;
|
||||
will-change: height, opacity;
|
||||
transition-delay: 0.2s;
|
||||
overflow: clip;
|
||||
@@ -20,8 +20,7 @@ z-index: 1;
|
||||
&:not([zen-has-hover='true']):not([has-popup-menu]):not(:focus-within):not(
|
||||
:has(*:is([panelopen='true'], [open='true']))
|
||||
) {
|
||||
/* In order to still use it on fullscreen, even if it's 0px, add .1px (almost invisible) */
|
||||
height: calc(var(--zen-element-separation) + 0.1px);
|
||||
height: var(--zen-element-separation);
|
||||
opacity: 0;
|
||||
& #zen-appcontent-navbar-container {
|
||||
pointer-events: none;
|
||||
|
||||
@@ -6,7 +6,10 @@
|
||||
|
||||
&:not([zen-compact-animating])
|
||||
#zen-sidebar-top-buttons:not(
|
||||
:has(#zen-sidebar-top-buttons-customization-target > *:not(#zen-sidebar-top-buttons-separator))
|
||||
:has(
|
||||
#zen-sidebar-top-buttons-customization-target > *:not(#zen-sidebar-top-buttons-separator),
|
||||
.titlebar-buttonbox-container
|
||||
)
|
||||
) {
|
||||
max-height: 0 !important;
|
||||
min-height: 0 !important;
|
||||
|
||||
@@ -117,7 +117,7 @@
|
||||
}
|
||||
|
||||
& #zen-sidebar-top-buttons {
|
||||
margin: var(--zen-toolbox-padding) 0 calc(var(--zen-toolbox-padding) / 2) 0;
|
||||
margin: var(--zen-toolbox-padding) 0;
|
||||
}
|
||||
|
||||
& #PanelUI-menu-button {
|
||||
|
||||
Reference in New Issue
Block a user