mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-05 18:20:44 -08:00
Fix: FullScreen - MacOS Tab Min Height #1045
This commit is contained in:
parent
36c05567b2
commit
87abdcd37a
3 changed files with 9 additions and 9 deletions
8
css/leptonChrome.css
generated
8
css/leptonChrome.css
generated
|
|
@ -314,8 +314,8 @@
|
||||||
}
|
}
|
||||||
/*= Windows - Classic Theme #734 =============================================*/
|
/*= Windows - Classic Theme #734 =============================================*/
|
||||||
/*= MacOS Fullscreen clipping #1045 ==========================================*/
|
/*= MacOS Fullscreen clipping #1045 ==========================================*/
|
||||||
:root[sizemode="fullscreen"][macOSNativeFullscreen]:not([inDOMFullscreen="true"]) #navigator-toolbox {
|
:root[sizemode="fullscreen"][macOSNativeFullscreen]:not([inDOMFullscreen="true"]) #TabsToolbar {
|
||||||
border-top: 16px solid transparent;
|
min-height: var(--tab-min-height, fit-content) !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/*= Others - Compatibility ===================================================*/
|
/*= Others - Compatibility ===================================================*/
|
||||||
|
|
@ -14390,8 +14390,8 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media (-moz-bool-pref: "userChrome.compatibility.os") {
|
@media (-moz-bool-pref: "userChrome.compatibility.os") {
|
||||||
:root[sizemode="fullscreen"][macOSNativeFullscreen]:not([inDOMFullscreen="true"]) #navigator-toolbox {
|
:root[sizemode="fullscreen"][macOSNativeFullscreen]:not([inDOMFullscreen="true"]) #TabsToolbar {
|
||||||
border-top: 16px solid transparent;
|
min-height: var(--tab-min-height, fit-content) !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/*= Others - Compatibility ===================================================*/
|
/*= Others - Compatibility ===================================================*/
|
||||||
|
|
|
||||||
4
css/leptonChromeESR.css
generated
4
css/leptonChromeESR.css
generated
|
|
@ -495,8 +495,8 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/*= MacOS Fullscreen clipping #1045 ==========================================*/
|
/*= MacOS Fullscreen clipping #1045 ==========================================*/
|
||||||
:root[sizemode="fullscreen"][macOSNativeFullscreen]:not([inDOMFullscreen="true"]) #navigator-toolbox {
|
:root[sizemode="fullscreen"][macOSNativeFullscreen]:not([inDOMFullscreen="true"]) #TabsToolbar {
|
||||||
border-top: 16px solid transparent;
|
min-height: var(--tab-min-height, fit-content) !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/*= Others - Compatibility ===================================================*/
|
/*= Others - Compatibility ===================================================*/
|
||||||
|
|
|
||||||
|
|
@ -289,6 +289,6 @@ $_os_linuxDefaultShadow: 0 0 4px rgba(128, 128, 142, 0.5);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*= MacOS Fullscreen clipping #1045 ==========================================*/
|
/*= MacOS Fullscreen clipping #1045 ==========================================*/
|
||||||
:root[sizemode="fullscreen"][macOSNativeFullscreen]:not([inDOMFullscreen="true"]) #navigator-toolbox {
|
:root[sizemode="fullscreen"][macOSNativeFullscreen]:not([inDOMFullscreen="true"]) #TabsToolbar {
|
||||||
border-top: 16px solid transparent;
|
min-height: var(--tab-min-height, fit-content) !important;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue