Apply bookmarks block padding to bookmarks by variable

This makes the variable do what it says and makes compact mode work as
it should
This commit is contained in:
MrOtherGuy
2023-10-29 12:34:45 +02:00
parent a6f9e49d12
commit 69078c0394

View File

@@ -24,7 +24,11 @@ See the above repository for updates as well as full license text. */
transition: transform 135ms linear var(--uc-autohide-toolbar-delay) !important;
z-index: 2;
}
#PlacesToolbarItems > .bookmark-item,
#OtherBookmarks,
#PersonalToolbar > #import-button{
padding-block: var(--uc-bm-padding) !important;
}
:root[sessionrestored] #PersonalToolbar{
z-index: 1;
background-position-y: calc(0px - var(--tab-min-height) - 2*var(--tab-block-margin,0px) + var( --uc-navbar-height));