Fix centering of toolbarbutton label

This commit is contained in:
MrOtherGuy 2023-01-22 07:49:57 +02:00
parent ab3a999c3b
commit eeba98f261

View file

@ -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; }