From e22df86cba7bc000bd3425ea5b1cd7b894396f3f Mon Sep 17 00:00:00 2001 From: kytwb Date: Wed, 15 Dec 2021 03:49:14 +0100 Subject: Various appearance fixes --- src/features/appearance/index.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/features') diff --git a/src/features/appearance/index.ts b/src/features/appearance/index.ts index 4e95f1d97..7bda62cba 100644 --- a/src/features/appearance/index.ts +++ b/src/features/appearance/index.ts @@ -60,7 +60,6 @@ function generateAccentStyle(accentColorStr) { .info-bar.info-bar--primary, .infobox.infobox--primary, .theme__dark .badge.badge--primary, - .theme__dark, .badge.badge--primary, .content-tabs .content-tabs__tabs .content-tabs__item.is-active, #electron-app-title-bar .toolbar-dropdown:not(.open) > .toolbar-button > button:hover, @@ -255,7 +254,6 @@ function generateVerticalStyle(widthStr, alwaysShowWorkspaces) { document.head.append(link); } const width = Number(widthStr); - const sidebarWidth = width - 4; const verticalStyleOffset = 23; return ` @@ -274,7 +272,7 @@ function generateVerticalStyle(widthStr, alwaysShowWorkspaces) { } .workspaces-drawer { - margin-top: -${sidebarWidth - verticalStyleOffset - 1}px !important; + margin-top: -${0 - verticalStyleOffset - 1}px !important; } .todos__todos-panel--expanded { -- cgit v1.2.3-70-g09d2