aboutsummaryrefslogtreecommitdiffstats
path: root/src/features/appearance
diff options
context:
space:
mode:
Diffstat (limited to 'src/features/appearance')
-rw-r--r--src/features/appearance/index.ts2
1 files changed, 1 insertions, 1 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;