Remove unnecessary nav-bar paddings from mac rules

This commit is contained in:
MrOtherGuy
2019-02-10 10:57:55 +02:00
parent 55bcd9eed2
commit 3f1b9559c7
2 changed files with 1 additions and 6 deletions

View File

@@ -39,9 +39,6 @@ Window controls will be all wrong without it
}
@supports -moz-bool-pref("layout.css.osx-font-smoothing.enabled"){
:root:not([inFullscreen]) #nav-bar{
padding-left: calc(var(--uc-window-control-width,72px) + var(--uc-window-drag-space-width,20px));
}
.titlebar-buttonbox-container{ position: fixed; left: 0px; z-index: 3; }
}