problem with zotero's tabs
hi
i added a line to my firefox userchrome:
/* Make the active tab wider */
tab[selected="true"] { min-width: 255px !important; }
this works great for firefox tabs,
The Problem Is that zotero's active tab also getting wider than usual, and it ruins zotero GUI.
I'll be happy to hear suggestions for solving this.
i added a line to my firefox userchrome:
/* Make the active tab wider */
tab[selected="true"] { min-width: 255px !important; }
this works great for firefox tabs,
The Problem Is that zotero's active tab also getting wider than usual, and it ruins zotero GUI.
I'll be happy to hear suggestions for solving this.
tabbrowser#content tab[selected="true"] {
min-width: 255px !important;
}