Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

stop double spacing lines of history

  • 2 replies
  • 0 have this problem
  • 2 views
  • Last reply by cor-el

more options

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)

more options

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 by Terry

more options

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; }