Apply bookmarks padding also to import-bookmarks and other-bookmarks buttons

This commit is contained in:
MrOtherGuy 2020-12-16 16:19:28 +02:00
parent 7e11f3796e
commit aa77a9478e
2 changed files with 10 additions and 2 deletions

View file

@ -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)); } :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 */ /* Make sure the bookmarks toolbar is never collapsed even if it is disabled */
#PersonalToolbar[collapsed="true"]{ #PersonalToolbar[collapsed="true"]{

View file

@ -23,7 +23,11 @@ See the above repository for updates as well as full license text. */
z-index: 1; 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{ #nav-bar:focus-within + #PersonalToolbar{
transition-delay: 100ms !important; transition-delay: 100ms !important;