sapierens / firefox-edge

Firefox Edge is a theme for Mozilla Firefox that closely replicates the look of Microsoft Edge (dark theme) without losing any features of Firefox.
Other
63 stars 6 forks source link

[Request][Solution Inside] Is it possible to add some top padding when the window not maximized? #14

Closed Kooldude93 closed 7 years ago

Kooldude93 commented 7 years ago

I've noticed that on a default FF window some padding is added to the top to make moving it easier. Can this be added back?

sapierens commented 7 years ago

I removed it because there wasn't such a padding in Microsoft Edge. Don't think I will be adding it back, unless I see more people actually wanting for that to happen.

However you can restore the padding yourself by searching for

#main-window[sizemode="normal"] #TabsToolbar {

and removing the following line

margin-top: -1px !important;

It will restore the default Firefox padding behavior.

Kooldude93 commented 7 years ago

Thanks for this!