Widen The Active Tab In Firefox 4 To Make It Easier To Read

Opening a lot of tabs in Firefox can compress them so small that you don’t know what each one is. This CSS tweak will enlarge the active tab, so you can at least always see what page you’re working on.

If you miss the old title bar on Windows and need to see the title of the active page, this tweak is pretty handy. Just install the following userstyle with the Stylish extension (or add it to your userChrome.css file:

@namespace url(“http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul”);

.tabbrowser-tab[selected] :not([pinned] )[fadein]{
min-width: 200px !important;
}

This will widen the active tab to 200 pixels, or whatever value you put under width. Mac users may not need this tweak as much, since they still have a titlebar that shows the active page’s name. We’ve featured this tweak before, but it’s changed, so here are the new values. This also excludes pinned tabs from the new width, so using pinned tabs will work as normal. While you’re tweaking, too, you might as well set a custom tab width for all those inactive tabs with this tweak.

FF4/FF3 Increase Active Tab Minimum Width [Userstyles.org via Mozilla Links]


The Cheapest NBN 50 Plans

Here are the cheapest plans available for Australia’s most popular NBN speed tier.

At Lifehacker, we independently select and write about stuff we love and think you'll like too. We have affiliate and advertising partnerships, which means we may collect a share of sales or other compensation from the links on this page. BTW – prices are accurate and items in stock at the time of posting.

Comments


One response to “Widen The Active Tab In Firefox 4 To Make It Easier To Read”

Leave a Reply