From eeba98f261b84e7a3528fa9706fefd6f99fb330d Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Sun, 22 Jan 2023 07:49:57 +0200 Subject: [PATCH] Fix centering of toolbarbutton label --- chrome/toolbarbuttons_icon+label.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/chrome/toolbarbuttons_icon+label.css b/chrome/toolbarbuttons_icon+label.css index cda33a9..4ca9fb6 100644 --- a/chrome/toolbarbuttons_icon+label.css +++ b/chrome/toolbarbuttons_icon+label.css @@ -28,4 +28,7 @@ toolbar .toolbarbutton-1[label] > .toolbarbutton-text { overflow: hidden; width: 12ch; } +toolbar .toolbarbutton-1[label] > .toolbarbutton-text::before{ + margin-inline: auto; +} :root:not([uidensity="compact"]) toolbar .toolbarbutton-1[label] > .toolbarbutton-text{ padding: 2px !important; }