From 1a3b2f989d8e209ccfd2aab3cdce91a49b317c87 Mon Sep 17 00:00:00 2001 From: André Oliveira Date: Fri, 29 Apr 2022 01:34:25 +0100 Subject: Fixes existing gap on horizontal sidebar --- src/features/appearance/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/features/appearance/index.ts') diff --git a/src/features/appearance/index.ts b/src/features/appearance/index.ts index 593c710f4..e84f0f0f4 100644 --- a/src/features/appearance/index.ts +++ b/src/features/appearance/index.ts @@ -194,7 +194,7 @@ function generateServiceRibbonWidthStyle( font-size: ${width / 3}px !important; } .app .app__content { - padding-top: ${width + sidebarSizeBias}px !important; + padding-top: ${width}px !important; } .workspaces-drawer { margin-top: -${width}px !important; -- cgit v1.2.3-70-g09d2