aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/features/appearance/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/features/appearance/index.ts b/src/features/appearance/index.ts
index 652ab5310..367bcb612 100644
--- a/src/features/appearance/index.ts
+++ b/src/features/appearance/index.ts
@@ -278,6 +278,7 @@ function generateServiceRibbonWidthStyle(
278 .tab-item { 278 .tab-item {
279 width: ${width}px !important; 279 width: ${width}px !important;
280 height: ${width - tabItemWidthBias}px !important; 280 height: ${width - tabItemWidthBias}px !important;
281 min-height: ${width - tabItemWidthBias}px !important;
281 } 282 }
282 .tab-item .tab-item__icon { 283 .tab-item .tab-item__icon {
283 width: ${minimumAdjustedIconSize}px !important; 284 width: ${minimumAdjustedIconSize}px !important;