mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-05 18:20:44 -08:00
Fix: FullScreen - MacOS Tabbar crop #1045
This commit is contained in:
parent
350b0524d0
commit
36c05567b2
3 changed files with 19 additions and 0 deletions
10
css/leptonChrome.css
generated
10
css/leptonChrome.css
generated
|
|
@ -313,6 +313,10 @@
|
|||
}
|
||||
}
|
||||
/*= Windows - Classic Theme #734 =============================================*/
|
||||
/*= MacOS Fullscreen clipping #1045 ==========================================*/
|
||||
:root[sizemode="fullscreen"][macOSNativeFullscreen]:not([inDOMFullscreen="true"]) #navigator-toolbox {
|
||||
border-top: 16px solid transparent;
|
||||
}
|
||||
}
|
||||
/*= Others - Compatibility ===================================================*/
|
||||
@supports -moz-bool-pref("userChrome.compatibility.panel_cutoff") {
|
||||
|
|
@ -14300,6 +14304,7 @@
|
|||
/*= Linux - Light System Default Theme's Selected Tab ========================*/
|
||||
/*= Titlebar Container Size at maximized #384 ================================*/
|
||||
/*= Windows - Classic Theme #734 =============================================*/
|
||||
/*= MacOS Fullscreen clipping #1045 ==========================================*/
|
||||
}
|
||||
@media (-moz-bool-pref: "userChrome.compatibility.os") and (-moz-platform: windows) {
|
||||
:root[sizemode="normal"]:is([tabsintitlebar], [customtitlebar]) #navigator-toolbox {
|
||||
|
|
@ -14384,6 +14389,11 @@
|
|||
padding-top: 8px;
|
||||
}
|
||||
}
|
||||
@media (-moz-bool-pref: "userChrome.compatibility.os") {
|
||||
:root[sizemode="fullscreen"][macOSNativeFullscreen]:not([inDOMFullscreen="true"]) #navigator-toolbox {
|
||||
border-top: 16px solid transparent;
|
||||
}
|
||||
}
|
||||
/*= Others - Compatibility ===================================================*/
|
||||
@media (-moz-bool-pref: "userChrome.compatibility.panel_cutoff") {
|
||||
#appMenu-popup panelview {
|
||||
|
|
|
|||
4
css/leptonChromeESR.css
generated
4
css/leptonChromeESR.css
generated
|
|
@ -494,6 +494,10 @@
|
|||
) !important;
|
||||
}
|
||||
}
|
||||
/*= MacOS Fullscreen clipping #1045 ==========================================*/
|
||||
:root[sizemode="fullscreen"][macOSNativeFullscreen]:not([inDOMFullscreen="true"]) #navigator-toolbox {
|
||||
border-top: 16px solid transparent;
|
||||
}
|
||||
}
|
||||
/*= Others - Compatibility ===================================================*/
|
||||
@supports -moz-bool-pref("userChrome.compatibility.panel_cutoff") {
|
||||
|
|
|
|||
|
|
@ -287,3 +287,8 @@ $_os_linuxDefaultShadow: 0 0 4px rgba(128, 128, 142, 0.5);
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
/*= MacOS Fullscreen clipping #1045 ==========================================*/
|
||||
:root[sizemode="fullscreen"][macOSNativeFullscreen]:not([inDOMFullscreen="true"]) #navigator-toolbox {
|
||||
border-top: 16px solid transparent;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue