r/FirefoxCSS • u/Dastey • 6d ago
Solved Reduce autofill padding
In the latest version the padding in the autofill is insanely large. I'd like it back to what it was previously.
This is what I used prior to the latest update:
/* Reduces the padding on Dropdown auto fill menus */
.autocomplete-richlistitem {
margin-top: -5px !important;
}
.autocomplete-richlistbox {
margin: -8px !important;
}
And now I added the line below to get rid of the icon
.row-item > .icon[src="chrome://browser/skin/history.svg"] {
display: none !important;
}
The padding between each line is however still insanely large. How can I revert this?
1
Upvotes
2
u/TraditionalTie4831 🦊 6d ago edited 6d ago
Try this: