aboutsummaryrefslogtreecommitdiffstats
path: root/src/features
diff options
context:
space:
mode:
Diffstat (limited to 'src/features')
-rw-r--r--src/features/appearance/index.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/features/appearance/index.js b/src/features/appearance/index.js
index 8a81054df..f99e69b0d 100644
--- a/src/features/appearance/index.js
+++ b/src/features/appearance/index.js
@@ -54,6 +54,9 @@ function generateServiceRibbonWidthStyle(width) {
54 .tab-item .tab-item__icon { 54 .tab-item .tab-item__icon {
55 width: ${width / 2}px !important; 55 width: ${width / 2}px !important;
56 } 56 }
57 .sidebar__button {
58 font-size: ${width / 3}px !important;
59 }
57 `; 60 `;
58} 61}
59 62