I’m using this to auto hide bookmark bar, and this to get the items centered.
#PlacesToolbarItems {
justify-content: center;
}
However the length of the bookmark bar spans whole window. Is it possible to crop it only till content? Also is it possible to do a blur on this hiding bar?
Well, not the only way, but I think it’s pretty much the most sensible one. You can just leave the style as is but add you own custom override at the end with:
#PersonalToolbar{ --uc-bm-height: 19px }
Thank you again.