fix extension badges
This commit is contained in:
parent
bba7ff3ba8
commit
1522d2e30c
1 changed files with 10 additions and 0 deletions
|
@ -2231,3 +2231,13 @@ toolbarbutton menupopup[placespopup] menuseparator {
|
||||||
.menu-text {
|
.menu-text {
|
||||||
padding-inline-start: 18px !important;
|
padding-inline-start: 18px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.toolbarbutton-badge-stack .toolbarbutton-badge {
|
||||||
|
margin-inline-end: 0 !important;
|
||||||
|
margin: 0 !important;
|
||||||
|
min-width: unset !important;
|
||||||
|
align-self: end !important;
|
||||||
|
border-radius: 0 !important;
|
||||||
|
padding: 0 2px 0 !important;
|
||||||
|
box-shadow: none !important;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue