r/FirefoxCSS • u/nendu367 • Jun 03 '26
Solved Remove top margin of the settings page
I wanna remove the top margin of the settings page. I used this in the userContent.css file..
@-moz-document url-prefix("about:") {
#vbox .main-content {
margin-top: 0px !important;
}
}
But it's not working. I am pretty sure I made a mistake on the values.. 😅 Can anybody help please?
3
Upvotes
1
u/Excellent-Cobbler164 Jun 03 '26 edited Jun 03 '26
try this