aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/features/appearance/index.ts2
-rw-r--r--src/styles/vertical.scss2
2 files changed, 2 insertions, 2 deletions
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(
194 font-size: ${width / 3}px !important; 194 font-size: ${width / 3}px !important;
195 } 195 }
196 .app .app__content { 196 .app .app__content {
197 padding-top: ${width + sidebarSizeBias}px !important; 197 padding-top: ${width}px !important;
198 } 198 }
199 .workspaces-drawer { 199 .workspaces-drawer {
200 margin-top: -${width}px !important; 200 margin-top: -${width}px !important;
diff --git a/src/styles/vertical.scss b/src/styles/vertical.scss
index 166092a83..40c88cd9f 100644
--- a/src/styles/vertical.scss
+++ b/src/styles/vertical.scss
@@ -69,7 +69,7 @@ $tabitem-bias: 30px;
69} 69}
70 70
71.app .app__content { 71.app .app__content {
72 padding-top: $sidebar-width + $sidebar-bias; 72 padding-top: $sidebar-width;
73} 73}
74 74
75.workspaces-drawer { 75.workspaces-drawer {