aboutsummaryrefslogtreecommitdiffstats
path: root/src/features
diff options
context:
space:
mode:
authorLibravatar vantezzen <hello@vantezzen.io>2020-02-24 17:49:34 +0100
committerLibravatar vantezzen <hello@vantezzen.io>2020-02-24 17:49:34 +0100
commite8a64e25a08b050b8097da63334d8e4c9d349bd7 (patch)
tree8c152f7785ebe9f351455f870ba9d66d2273a705 /src/features
parentFix warning about missing actions in PublishDebugLogModal (diff)
downloadferdium-app-e8a64e25a08b050b8097da63334d8e4c9d349bd7.tar.gz
ferdium-app-e8a64e25a08b050b8097da63334d8e4c9d349bd7.tar.zst
ferdium-app-e8a64e25a08b050b8097da63334d8e4c9d349bd7.zip
Add ability to change sidebar width
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