Way to make tabs smaller without getting a theme?

Discussion of general topics about Mozilla Firefox
User avatar
peaveyman
Posts: 341
Joined: June 1st, 2003, 6:24 pm

Post by peaveyman »

I tried putting this in my userchrome file while I was using the Luna theme and it works pretty good. I think I could shrink the tab bar strip itself some more, if I could just figure out what to put in there.
frogo
Posts: 7
Joined: December 28th, 2003, 2:21 pm

Post by frogo »

Try this with the default theme.

/* Change Tab Height */
tab {
height: 18px !important;
max-height: 18px !important;
}
User avatar
peaveyman
Posts: 341
Joined: June 1st, 2003, 6:24 pm

Post by peaveyman »

That worked, frogo. Thanks!!!
Post Reply