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

@@ -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;