Tree Style Tab 的评价
Tree Style Tab 作者: Piro (piro_or)
simu 的评价
评分 5 / 5
来自 simu,7 年前Works great.
The one thing that bothered me enough (apart from hiding the top tabbar with the userChrome changes mentioned in another review) is the fact that the tabs are padded too much for my taste.
Luckily there's a "Extra style rules for sidebar" textarea in the options page, where you can put extra CSS rules for the sidebar. I've added the following in that textarea:
/* slimmer tabs in sidebar */
.tab {
padding: 1px;
}
The one thing that bothered me enough (apart from hiding the top tabbar with the userChrome changes mentioned in another review) is the fact that the tabs are padded too much for my taste.
Luckily there's a "Extra style rules for sidebar" textarea in the options page, where you can put extra CSS rules for the sidebar. I've added the following in that textarea:
/* slimmer tabs in sidebar */
.tab {
padding: 1px;
}