Neikon / Fox11

Mozilla Public License 2.0
147 stars 3 forks source link

Is there a way to remove the downward arrow of the tabbar, on top right? #7

Closed 5h10 closed 1 year ago

5h10 commented 1 year ago

Screenshot (423)

Neikon commented 1 year ago

add to userchrome.css this code

#alltabs-button{
   display: none;
}
Neikon commented 1 year ago

added this feature in new version 2.2

5h10 commented 1 year ago

thanks a lot