fix bookmark item height
This commit is contained in:
parent
1d1951afee
commit
49ea90b007
1 changed files with 11 additions and 1 deletions
|
@ -12,6 +12,10 @@ toolbarbutton.bookmark-item:not(.subviewbutton) {
|
|||
font-size: 12px !important;
|
||||
}
|
||||
|
||||
#PersonalToolbar .toolbarbutton-1 {
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
||||
#PlacesToolbarItems>toolbarseparator::before {
|
||||
content: "";
|
||||
display: block;
|
||||
|
@ -21,7 +25,7 @@ toolbarbutton.bookmark-item:not(.subviewbutton) {
|
|||
}
|
||||
|
||||
#PersonalToolbar {
|
||||
padding-inline: calc(var(--toolbar-start-end-padding) - 2px) calc(var(--toolbar-start-end-padding) + 4px) !important;
|
||||
padding-inline: calc(var(--toolbar-start-end-padding) - 2px) calc(var(--toolbar-start-end-padding) + 6px) !important;
|
||||
}
|
||||
|
||||
#managed-bookmarks>.toolbarbutton-icon,
|
||||
|
@ -30,3 +34,9 @@ toolbarbutton.bookmark-item:not(.subviewbutton) {
|
|||
#OtherBookmarks.bookmark-item[container]>.toolbarbutton-icon {
|
||||
margin-inline-end: 6px !important;
|
||||
}
|
||||
|
||||
#PersonalToolbar .toolbarbutton-1>.toolbarbutton-icon {
|
||||
width: calc(2 * var(--bookmark-block-padding) + 16px) !important;
|
||||
height: calc(2 * var(--bookmark-block-padding) + 16px) !important;
|
||||
padding: var(--bookmark-block-padding) !important;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue