aboutsummaryrefslogtreecommitdiffstats
path: root/src/features/appearance
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2023-05-28 13:48:21 +0530
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2023-05-28 13:48:21 +0530
commit99ca310c73024b51fed1f3077375eed7827f2c20 (patch)
tree2bd15986f448129a2291acba90ccc6bf68a233e0 /src/features/appearance
parentDisable in-app auto-updates for portable windows installation (fixes #1088) (... (diff)
downloadferdium-app-99ca310c73024b51fed1f3077375eed7827f2c20.tar.gz
ferdium-app-99ca310c73024b51fed1f3077375eed7827f2c20.tar.zst
ferdium-app-99ca310c73024b51fed1f3077375eed7827f2c20.zip
Fix issues reported by sonarqube linter
Diffstat (limited to 'src/features/appearance')
-rw-r--r--src/features/appearance/index.ts6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/features/appearance/index.ts b/src/features/appearance/index.ts
index b6e944724..da75bf57b 100644
--- a/src/features/appearance/index.ts
+++ b/src/features/appearance/index.ts
@@ -165,12 +165,6 @@ function generateServiceRibbonWidthStyle(
165 sidebarSizeBias = 44; 165 sidebarSizeBias = 44;
166 break; 166 break;
167 } 167 }
168 case 55: {
169 fontSize = 11;
170 tabItemHeightBias = 13;
171 sidebarSizeBias = 37;
172 break;
173 }
174 case 80: { 168 case 80: {
175 fontSize = 11; 169 fontSize = 11;
176 tabItemHeightBias = 3; 170 tabItemHeightBias = 3;