吧务
level 13
about:config里把 browser.tabs.tabMinWidth的值改大
2023年05月03日 13点05分
2
啥都能改呀
2023年05月04日 05点05分
level 7
#tabbrowser-tabs .tabbrowser-tab:not([selected]):not([pinned]):hover,
#tabbrowser-tabs .tabbrowser-tab[selected]:not([pinned]) {
min-width: 190px !important;
max-width: 200px !important;
}
#tabbrowser-tabs .tabbrowser-tab:not([selected]):not([pinned]) {
min-width: 80px !important;
max-width: 100px !important;
}
#tabbrowser-tabs .tabbrowser-tab:not([selected]):not(:hover) .tab-close-button {
display:none !important;
}
#tabbrowser-tabs .tabbrowser-tab:not([pinned]):hover .tab-close-button {
display: -moz-box !important;
}
2023年05月03日 15点05分
3
老哥这是啥
![[啊]](/static/emoticons/u554a.png)
?
2023年05月04日 02点05分