Update firefox UI: Visual Tabs

This commit is contained in:
rydesun 2020-07-09 09:11:12 +08:00
parent 0cab8f1f3c
commit 3f8d4e3a27

View file

@ -46,6 +46,12 @@
margin-left: auto !important;
margin-right: auto !important;
}
#tabbox #tabList[mode="compact"] .tab[discarded="true"] {
padding-bottom: 0 !important;
}
#tabbox #tabList[mode="compact"] .tab[discarded="true"] .thumbnail {
display: none !important;
}
/* 自动隐藏关闭按钮 */
#tabbox #tabList[mode="compact"] .tab:not(:hover) button.close {
display: none !important;