Timvde / UserChrome-Tweaks

A community maintained repository of userChrome.css tweaks for Firefox
GNU General Public License v3.0
1.25k stars 122 forks source link

hide-tabs-windows.css #131

Closed berot3 closed 5 years ago

berot3 commented 5 years ago

on my firefox 65 on windows 10 tab hiding did not work properly.

  1. I had to make the menu permanent to see the minimize/maximize/close-button
  2. had to adjust to #nav-bar { margin-top: -28px;} instead of the -40px

after that it looks like before for me

berot3 commented 5 years ago

I also wanted to note that I am using only this css:

#TabsToolbar {
  visibility: collapse !important;
}

#nav-bar {
  margin-top: -28px;
  margin-right: 140px;
}

everythin else is commented out since I could not spot any differences...

berot3 commented 5 years ago

sorry, that was the ESR-version 60.

can be closed