edit Windows window top padding values for the toolbox
This commit is contained in:
parent
c39e2b1c47
commit
51ae368931
1 changed files with 8 additions and 8 deletions
|
@ -20,16 +20,16 @@ See the above repository for updates as well as full license text. */
|
||||||
:root[tabsintitlebar][sizemode="maximized"]:not([inDOMFullscreen]) > body > box{ margin-top: 8px !important; }
|
:root[tabsintitlebar][sizemode="maximized"]:not([inDOMFullscreen]) > body > box{ margin-top: 8px !important; }
|
||||||
|
|
||||||
@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"] #navigator-toolbox{ margin-top: -1px; }
|
|
||||||
}
|
|
||||||
@media screen and (min-resolution: 1.5dppx){
|
|
||||||
:root[tabsintitlebar][sizemode="maximized"]:not([inDOMFullscreen]) > body > box{ margin-top: 8px !important; }
|
|
||||||
}
|
|
||||||
@media screen and (min-resolution: 2dppx){
|
|
||||||
:root[tabsintitlebar][sizemode="maximized"]:not([inDOMFullscreen]) > body > box{ margin-top: 7px !important; }
|
:root[tabsintitlebar][sizemode="maximized"]:not([inDOMFullscreen]) > body > box{ margin-top: 7px !important; }
|
||||||
}
|
}
|
||||||
#navigator-toolbox:not(:-moz-lwtheme){ background-color: rgb(32, 35, 64) !important; }
|
@media screen and (min-resolution: 1.5dppx){
|
||||||
|
:root[tabsintitlebar][sizemode="maximized"]:not([inDOMFullscreen]) > body > box{ margin-top: 7px !important; }
|
||||||
|
}
|
||||||
|
@media screen and (min-resolution: 2dppx){
|
||||||
|
:root[tabsintitlebar][sizemode="maximized"]:not([inDOMFullscreen]) > body > box{ margin-top: 6px !important; }
|
||||||
|
:root[tabsintitlebar][sizemode="maximized"] #navigator-toolbox{ margin-top: -1px; }
|
||||||
|
}
|
||||||
|
#navigator-toolbox:not(:-moz-lwtheme){ background-color: -moz-dialog !important; }
|
||||||
}
|
}
|
||||||
|
|
||||||
:root[sizemode="fullscreen"]{ margin-top: 0px !important; }
|
:root[sizemode="fullscreen"]{ margin-top: 0px !important; }
|
||||||
|
|
Loading…
Reference in a new issue