From 2ff100e3bfbe8113f6ab628edf31328de162a326 Mon Sep 17 00:00:00 2001 From: Ahmad Ansori Palembani Date: Sun, 14 Jul 2024 09:08:26 +0700 Subject: [PATCH] style: Fix inconsistent tab height when it being hovered --- .include/ff-chrome/userChrome.css | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.include/ff-chrome/userChrome.css b/.include/ff-chrome/userChrome.css index 521d830..97de426 100644 --- a/.include/ff-chrome/userChrome.css +++ b/.include/ff-chrome/userChrome.css @@ -16,7 +16,7 @@ /*--hoverd-verticaltab-width: 20em;*/ --default-verticaltab-width: 35px !important; - --hoverd-verticaltab-width: 16em; + --hoverd-verticaltab-width: 18em; } @charset "UTF-8"; @@ -25,6 +25,17 @@ border-inline-width: 0 !important; } +/* >> Fix height being inconsistent on hover */ +.tab-icon-stack, +.tab-label-container { + height: 2.7em !important; +} + +.tab-icon-stack { + align-items: center; +} +/* << Fix height being inconsistent on hover */ + #sidebar-select-box { width: var(--default-verticaltab-width) !important; min-width: var(--default-verticaltab-width) !important;