adjusted bookmark separator height

This commit is contained in:
bmFtZQ 2021-05-05 23:40:07 +08:00 committed by GitHub
parent 650553a886
commit 2b3463e672
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,3 +23,7 @@
:root[uidensity="compact"] #PersonalToolbar { :root[uidensity="compact"] #PersonalToolbar {
padding-inline: 4px 6px !important; padding-inline: 4px 6px !important;
} }
#PlacesToolbarItems > toolbarseparator::before {
border-image-source: linear-gradient(transparent 8px, var(--toolbarseparator-color) 8px, var(--toolbarseparator-color) calc(100% - 8px), transparent calc(100% - 8px)) !important;
}