aboutsummaryrefslogtreecommitdiffstats
path: root/src/features/appearance/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/features/appearance/index.ts')
-rw-r--r--src/features/appearance/index.ts8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/features/appearance/index.ts b/src/features/appearance/index.ts
index 42de5e4cc..17ae5937e 100644
--- a/src/features/appearance/index.ts
+++ b/src/features/appearance/index.ts
@@ -231,7 +231,8 @@ function generateServiceRibbonWidthStyle(
231 ${useGrayscaleServices ? graysacleServices : null}, 231 ${useGrayscaleServices ? graysacleServices : null},
232 } 232 }
233 .tab-item .tab-item__label { 233 .tab-item .tab-item__label {
234 margin-left: 0px !important; 234 margin-left: 4px !important;
235 font-size: ${fontSize}px !important;
235 } 236 }
236 .tab-item.is-label-enabled { 237 .tab-item.is-label-enabled {
237 padding-bottom: 0px !important; 238 padding-bottom: 0px !important;
@@ -251,10 +252,7 @@ function generateServiceRibbonWidthStyle(
251 .darwin .sidebar .sidebar__button--workspaces.is-active { 252 .darwin .sidebar .sidebar__button--workspaces.is-active {
252 height: ${width - sidebarSizeBias}px !important; 253 height: ${width - sidebarSizeBias}px !important;
253 } 254 }
254 .tab-item .tab-item__label{ 255 .tab-item div {
255 font-size: ${fontSize}px !important;
256 }
257 .tab-item div{
258 overflow: hidden !important; 256 overflow: hidden !important;
259 } 257 }
260 ` 258 `