yiiyahui / Neptune-Firefox

A clean and compact Firefox theme.
MIT License
142 stars 6 forks source link

New tab, extensions and menu buttons are spread out weirdly #17

Closed twigtarsier closed 3 weeks ago

twigtarsier commented 3 weeks ago

I use Linux Mint cinnamon and as the title describes the buttons are really spread out and overlap the tabs for some reason. image I really like this firefox css and I hope you can find a fix!

yiiyahui commented 3 weeks ago

Search for

#tabs-newtab-button,
#TabsToolbar #new-tab-button {
    position: absolute;
    ..................
}

TO

#tabs-newtab-button,
#TabsToolbar #new-tab-button {
    position: fixed;
    ..................
}

I don't have Linux to test it, you try it.

twigtarsier commented 3 weeks ago

Yes!!! Thank you it worked!