Skip to content

Instantly share code, notes, and snippets.

@syepes
syepes / userChrome.css
Created March 12, 2020 21:33
autohide - multi-row - bookmarks
#PersonalToolbar{
--multirow-bmb-n-rows: 3; /* Control how many rows are shown before scrolling */
--multirow-bmb-row-margin: 2px; /* Control how much spacing is between rows */
max-height: none !important;
}
#PlacesToolbar > hbox{
display: block;
width: 100vw;
}