feat: Added section for cross-site cookies, p=#10833, c=media, common, compact-mode, glance, tabs, workspaces

This commit is contained in:
mr. m
2025-10-16 15:45:05 +02:00
committed by GitHub
parent 70b05bf7fb
commit b90005dc11
146 changed files with 218 additions and 1181 deletions

View File

@@ -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;

View File

@@ -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;

View File

@@ -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 {