From e8a64e25a08b050b8097da63334d8e4c9d349bd7 Mon Sep 17 00:00:00 2001 From: vantezzen Date: Mon, 24 Feb 2020 17:49:34 +0100 Subject: Add ability to change sidebar width --- src/features/appearance/index.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/features/appearance') 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) { .tab-item .tab-item__icon { width: ${width / 2}px !important; } + .sidebar__button { + font-size: ${width / 3}px !important; + } `; } -- cgit v1.2.3-54-g00ecf