firefox-gnome-theme/theme/normal-width-tabs.css

9 lines
275 B
CSS
Raw Normal View History

/* Use normal width tabs */
@namespace xul url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
.tabbrowser-tab:not([style^="max-width"]):not([pinned]),
.tabbrowser-tab[style^="max-width: 100px !important;"]:not([pinned]) {
max-width: 225px !important;
}