From a14ae5df2d3f62fdacbc3c44aca809af811ac8cf Mon Sep 17 00:00:00 2001 From: Markus Hatvan Date: Fri, 1 Oct 2021 15:30:14 +0200 Subject: fix: horizontal bar is a lot wider than what it should be (#2006) --- src/features/appearance/index.ts | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/features/appearance') diff --git a/src/features/appearance/index.ts b/src/features/appearance/index.ts index 1ae69f77e..cb2f937eb 100644 --- a/src/features/appearance/index.ts +++ b/src/features/appearance/index.ts @@ -185,7 +185,6 @@ function generateVerticalStyle(widthStr, alwaysShowWorkspaces) { return ` .sidebar { - height: ${sidebarWidth + verticalStyleOffset + 1}px !important; ${ alwaysShowWorkspaces ? ` @@ -199,10 +198,6 @@ function generateVerticalStyle(widthStr, alwaysShowWorkspaces) { width: ${width}px; } - .app .app__content { - padding-top: ${sidebarWidth + verticalStyleOffset + 1}px !important; - } - .workspaces-drawer { margin-top: -${sidebarWidth - verticalStyleOffset - 1}px !important; } -- cgit v1.2.3-54-g00ecf