Apply bookmarks padding also to import-bookmarks and other-bookmarks buttons
This commit is contained in:
parent
7e11f3796e
commit
aa77a9478e
2 changed files with 10 additions and 2 deletions
|
@ -28,7 +28,11 @@ See the above repository for updates as well as full license text. */
|
|||
|
||||
:root[sessionrestored]:not([customizing]) #navigator-toolbox{ margin-bottom: calc(2px - var(--uc-bm-height) - 2 * var(--uc-bm-padding) + var(--uc-navbar-height)); }
|
||||
|
||||
#PlacesToolbarItems > .bookmark-item{ padding-block: var(--uc-bm-padding) !important; }
|
||||
#PlacesToolbarItems > .bookmark-item,
|
||||
#OtherBookmarks,
|
||||
#PersonalToolbar > #import-button{
|
||||
padding-block: var(--uc-bm-padding) !important;
|
||||
}
|
||||
|
||||
/* Make sure the bookmarks toolbar is never collapsed even if it is disabled */
|
||||
#PersonalToolbar[collapsed="true"]{
|
||||
|
|
|
@ -23,7 +23,11 @@ See the above repository for updates as well as full license text. */
|
|||
z-index: 1;
|
||||
}
|
||||
|
||||
#PlacesToolbarItems > .bookmark-item{ padding-block: var(--uc-bm-padding) !important; }
|
||||
#PlacesToolbarItems > .bookmark-item,
|
||||
#OtherBookmarks,
|
||||
#PersonalToolbar > #import-button{
|
||||
padding-block: var(--uc-bm-padding) !important;
|
||||
}
|
||||
|
||||
#nav-bar:focus-within + #PersonalToolbar{
|
||||
transition-delay: 100ms !important;
|
||||
|
|
Loading…
Reference in a new issue