有可能是TMP扩展能实现,不过我有样式也能实现
不需要的功能可以自己删除
.tabbrowser-tab[fadein]:not([pinned]){
max-width:50px!important;/*未选中标签长度,可以自己更换数值,下同*/
}
.tabbrowser-tab[fadein]:not([pinned]):hover{
max-width:140px !important;/*鼠标移上去的时候标签长度,可以自己更换数值,下同*/
}
.tabbrowser-tab[selected="true"]{
/*background:rgba(249,240,20,0.5)!important;*/
min-width:140px !important;/*选中标签长度,可以自己更换数值,下同*/
}
/*鼠标移上去才显示标签关闭按钮*/
tab .tab-close-button .toolbarbutton-icon,
tab .tabs-closebutton .toolbarbutton-icon
{
display:none !important;
}
tab:hover .tab-close-button .toolbarbutton-icon,
tab:hover .tabs-closebutton .toolbarbutton-icon
{
display: inline !important;
}
/* 窗口化后在标签栏留空位用于拖动窗口*/
#main-window[tabsontop="true"][sizemode="normal"] #TabsToolbar {
padding-right: 120px !important;
}