edelvarden / material-fox-updated

🦊 Firefox user CSS theme looks similar to Chrome
MIT License
382 stars 15 forks source link

[Feature Request]: Add padding to the bookmark bar to closer match Chrome #64

Closed mclarenf1lm15 closed 3 months ago

mclarenf1lm15 commented 3 months ago

Description

Would it be possible to add slightly more padding on the bookmark bar to closer match Chrome's?

Screenshot

Additional info (Optional)

129.0.1 Windows 11

edelvarden commented 3 months ago

This is possible, but keep in mind that this project is not about pixel perfection or 100% compliance.

edelvarden commented 3 months ago

@mclarenf1lm15 , general fixes have been implemented. If you want to add more padding, use custom.css with the following code, replacing 2px with your desired value:

#PlacesToolbar,
#PlacesToolbarItems {
  margin-bottom: 2px !important;
}