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.ts6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/features/appearance/index.ts b/src/features/appearance/index.ts
index 5b005586e..7562475a6 100644
--- a/src/features/appearance/index.ts
+++ b/src/features/appearance/index.ts
@@ -230,6 +230,12 @@ function generateServiceRibbonWidthStyle(
230 width: ${minimumAdjustedIconSize}px !important; 230 width: ${minimumAdjustedIconSize}px !important;
231 ${useGrayscaleServices ? graysacleServices : null}, 231 ${useGrayscaleServices ? graysacleServices : null},
232 } 232 }
233 .tab-item .tab-item__label {
234 margin-left: 0px !important;
235 }
236 .tab-item.is-label-enabled {
237 padding-bottom: 0px !important;
238 }
233 .sidebar__button { 239 .sidebar__button {
234 font-size: ${width / 3}px !important; 240 font-size: ${width / 3}px !important;
235 } 241 }