mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-09 19:30:15 +00:00
Fix centering of toolbarbutton label
This commit is contained in:
parent
ab3a999c3b
commit
eeba98f261
1 changed files with 3 additions and 0 deletions
|
@ -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; }
|
||||
|
|
Loading…
Reference in a new issue