From 67b30204668fcf08837d7683d6298aefedf6b2e6 Mon Sep 17 00:00:00 2001 From: bmFtZQ <62812711+bmFtZQ@users.noreply.github.com> Date: Sun, 11 Apr 2021 00:24:25 +0800 Subject: [PATCH] vertically centre text in tabs --- chrome/tabbar/tabbar.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/chrome/tabbar/tabbar.css b/chrome/tabbar/tabbar.css index 742e75f..03ae0de 100644 --- a/chrome/tabbar/tabbar.css +++ b/chrome/tabbar/tabbar.css @@ -268,10 +268,14 @@ .tab-label-container { - margin-top: -2px !important; + margin-top: 0 !important; opacity: 1 !important; } +.tab-label { + margin-block: 0 !important; +} + .tabbrowser-tab[image] .tab-label-container, .tabbrowser-tab:-moz-any([progress], [busy]) .tab-label-container {