From 156ec5b42e7c6260c16d3be1d8be1f37f96964ff Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Tue, 12 Feb 2019 22:51:49 +0200 Subject: [PATCH] Remove leftover old placeholder code which broke mac styling --- chrome/navbar_tabs_oneliner.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/chrome/navbar_tabs_oneliner.css b/chrome/navbar_tabs_oneliner.css index ec11512..2667699 100644 --- a/chrome/navbar_tabs_oneliner.css +++ b/chrome/navbar_tabs_oneliner.css @@ -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; } }