aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar neel1996 <47709856+neel1996@users.noreply.github.com>2022-10-11 19:44:39 +0530
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2022-10-11 21:57:56 +0530
commitce899d3b2033cbc3c5616345b0ec24ed439c6782 (patch)
tree7aac988fbe2453919cb79f764feeaeab24284376 /src
parent6.2.1-nightly.17 [skip ci] (diff)
downloadferdium-app-ce899d3b2033cbc3c5616345b0ec24ed439c6782.tar.gz
ferdium-app-ce899d3b2033cbc3c5616345b0ec24ed439c6782.tar.zst
ferdium-app-ce899d3b2033cbc3c5616345b0ec24ed439c6782.zip
fix: override tab-item min height
Resolves #619
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;