mirror of
https://github.com/zen-browser/desktop.git
synced 2025-10-21 17:21:56 +00:00
Fixed fullscreen videos having a top-bar on certain layouts (closes https://github.com/zen-browser/desktop/issues/3269)
This commit is contained in:
@@ -33,6 +33,10 @@ elif test "$SURFER_COMPAT" = "aarch64"; then
|
|||||||
|
|
||||||
ac_add_options --enable-optimize="-O3"
|
ac_add_options --enable-optimize="-O3"
|
||||||
|
|
||||||
|
# Enable Profile Guided Optimization
|
||||||
|
export MOZ_PGO=1
|
||||||
|
ac_add_options MOZ_PGO=1
|
||||||
|
|
||||||
if ! test "$ZEN_DISABLE_LTO"; then
|
if ! test "$ZEN_DISABLE_LTO"; then
|
||||||
export MOZ_LTO=cross,thin
|
export MOZ_LTO=cross,thin
|
||||||
ac_add_options --enable-lto=cross,thin
|
ac_add_options --enable-lto=cross,thin
|
||||||
|
@@ -31,10 +31,3 @@ height: var(--zen-toolbar-height);
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
:root[inDOMFullscreen='true'] & {
|
|
||||||
max-height: 0 !important;
|
|
||||||
min-height: unset !important;
|
|
||||||
opacity: 0 !important;
|
|
||||||
pointer-events: none !important;
|
|
||||||
}
|
|
||||||
|
@@ -166,6 +166,13 @@
|
|||||||
&[should-hide='true'] {
|
&[should-hide='true'] {
|
||||||
%include vertical-tabs-topbar.inc.css
|
%include vertical-tabs-topbar.inc.css
|
||||||
}
|
}
|
||||||
|
|
||||||
|
:root[inDOMFullscreen='true'] & {
|
||||||
|
max-height: 0 !important;
|
||||||
|
min-height: unset !important;
|
||||||
|
opacity: 0 !important;
|
||||||
|
pointer-events: none !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user