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

v1.9.0 breaks corner usability of new tab button. #18

Closed Claymont closed 7 years ago

Claymont commented 7 years ago

v1.9.0 breaks usability of new tab button when placed far left on the tab bar when window is maximized. Left edge (including corner) of new tab button becomes unclickable.

.tabs-newtab-button,#TabsToolbar #new-tab-button { padding-right:0!important; margin-left:1px!important }

Changing margin-left:1px!important in the above code to margin-left:0px!important fixes it for me.

sapierens commented 7 years ago

Thanks! I didn't consider the fact that it's possible to place the new-tab button on the left side.