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.
This is an old discussion that has not been active in a long time. Instead of commenting here, you should start a new discussion. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
tabbrowser#content tab[selected="true"] {
min-width: 255px !important;
}