>>272
userChrome.cssへ
/* タブ幅を指定 */
.tabbrowser-tab[fadein]:not([pinned]) {
min-width: 130px !important;
max-width: 130px !important;
}