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?
One more thing is I have removed the line underneath tool bar with
#navigator-toolbox { border-bottom: none !important; }
This is causing 1 pixel gap between the bookmark bar and toolbar. How can I fix it?