Remove leftover old placeholder code which broke mac styling

This commit is contained in:
MrOtherGuy 2019-02-12 22:51:49 +02:00
parent 3f1b9559c7
commit 156ec5b42e

View file

@ -33,11 +33,6 @@ Window controls will be all wrong without it
padding-right: 0px !important;
}
/* Space to drag the window on left side of navbar */
:root[tabsintitlebar="true"]:not([inFullscreen]) #nav-bar{
padding-left: var(--uc-window-drag-space-width,20px);
}
@supports -moz-bool-pref("layout.css.osx-font-smoothing.enabled"){
.titlebar-buttonbox-container{ position: fixed; left: 0px; z-index: 3; }
}