fix icon size
fix icon size when an item other than a bookmark is added.
This commit is contained in:
parent
447484300d
commit
8ecc7b1fda
1 changed files with 11 additions and 1 deletions
|
@ -2,8 +2,18 @@
|
|||
{
|
||||
padding: 6px !important;
|
||||
}
|
||||
#PersonalToolbar {
|
||||
#PersonalToolbar
|
||||
{
|
||||
padding-top: 0 !important;
|
||||
margin-top: -2px !important;
|
||||
background: var(--toolbar-bgcolor) !important;
|
||||
}
|
||||
|
||||
#PersonalToolbar .toolbarbutton-1 > :-moz-any(.toolbarbutton-icon, .toolbarbutton-badge-stack)
|
||||
{
|
||||
max-height: 28px !important;
|
||||
}
|
||||
|
||||
#PersonalToolbar .toolbarbutton-1 > .toolbarbutton-icon {
|
||||
padding: 6px 12px !important;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue