![Firefox logo](https://assets-prod.sumo.prod.webservices.mozgcp.net/media/uploads/products/2020-04-14-08-36-13-8dda6f.png)
stop double spacing lines of history
How can I stop double spacing in History on Left hand side ?
Thanks Dane
How can I stop double spacing in History on Left hand side ?
Thanks Dane
All Replies (2)
Your only option is probably to create a userChrome.css file with code linked below. That code will change spacing in all menus, not just the side bar.
https://www.userchrome.org/how-create-userchrome-css.html https://www.userchrome.org/firefox-89-styling-proton-ui.html#menuspacing
Modified
Do you mean the history in the sidebar?
Add CSS code to the userChrome.css file in the chrome folder in the Firefox profile folder.
.sidebar-placesTree treechildren::-moz-tree-row { min-height:22px !important; } .placesTree treechildren::-moz-tree-row { min-height:22px !important; }