mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-10 03:40:14 +00:00
modify window and toolbox top margins to support Fx87
This commit is contained in:
parent
e6cec0bca2
commit
461224d438
1 changed files with 3 additions and 2 deletions
|
@ -17,11 +17,11 @@ See the above repository for updates as well as full license text. */
|
||||||
|
|
||||||
@media (-moz-os-version: windows-win10){
|
@media (-moz-os-version: windows-win10){
|
||||||
|
|
||||||
:root[tabsintitlebar][sizemode="maximized"]:not([inDOMFullscreen]) > body > box{ margin-top: 9px !important; }
|
:root[tabsintitlebar][sizemode="maximized"]:not([inDOMFullscreen]) > body > box{ margin-top: 8px !important; }
|
||||||
:root[tabsintitlebar][sizemode="maximized"] #navigator-toolbox{ margin-top: -1px }
|
|
||||||
|
|
||||||
@media screen and (min-resolution: 1.25dppx){
|
@media screen and (min-resolution: 1.25dppx){
|
||||||
:root[tabsintitlebar][sizemode="maximized"]:not([inDOMFullscreen]) > body > box{ margin-top: 8px !important; }
|
:root[tabsintitlebar][sizemode="maximized"]:not([inDOMFullscreen]) > body > box{ margin-top: 8px !important; }
|
||||||
|
:root[tabsintitlebar][sizemode="maximized"] #navigator-toolbox{ margin-top: -1px; }
|
||||||
}
|
}
|
||||||
@media screen and (min-resolution: 1.5dppx){
|
@media screen and (min-resolution: 1.5dppx){
|
||||||
:root[tabsintitlebar][sizemode="maximized"]:not([inDOMFullscreen]) > body > box{ margin-top: 8px !important; }
|
:root[tabsintitlebar][sizemode="maximized"]:not([inDOMFullscreen]) > body > box{ margin-top: 8px !important; }
|
||||||
|
@ -48,6 +48,7 @@ See the above repository for updates as well as full license text. */
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* #mainPopupSet:hover ~ box > toolbox, */
|
/* #mainPopupSet:hover ~ box > toolbox, */
|
||||||
/* Uncomment the above line to make toolbar visible if some popup is hovered */
|
/* Uncomment the above line to make toolbar visible if some popup is hovered */
|
||||||
#navigator-toolbox:hover,
|
#navigator-toolbox:hover,
|
||||||
|
|
Loading…
Reference in a new issue