Skip to content

Commit

Permalink
Fix: Windows margin top bug
Browse files Browse the repository at this point in the history
  • Loading branch information
PROxZIMA committed Jan 26, 2022
1 parent 89289a5 commit 9e811fd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions userChrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@

@media (-moz-os-version: windows-win10) {

:root[tabsintitlebar][sizemode="maximized"]:not([inDOMFullscreen]) > body > box { margin-top: 9px !important; }
:root[tabsintitlebar][sizemode="maximized"] #navigator-toolbox { margin-top: -1px }
:root[tabsintitlebar][sizemode="maximized"]:not([inDOMFullscreen]) > body > box { margin-top: 8px !important; }

@media screen and (min-resolution: 1.25dppx) {
:root[tabsintitlebar][sizemode="maximized"]:not([inDOMFullscreen]) > body > box { margin-top: 8px !important; }
Expand Down

0 comments on commit 9e811fd

Please sign in to comment.