Add: @muckSponge MaterialFox's Max Tab size Bigger, tab distance smaller

This commit is contained in:
alstjr7375 2021-04-27 15:30:47 +09:00
parent 61de89974a
commit b2e8cf07d4

View file

@ -4,6 +4,12 @@
--toolbar-bgcolor: rgba(43, 42, 51, 5) !important;
}
/* Tab - Max Size */
.tabbrowser-tab[fadein]:not([pinned]):not([style*="max-width"])
{
max-width: 240px !important;
}
/* Tab - Connect to window */
.tab-background {
border-radius: var(--tab-border-radius) var(--tab-border-radius) 0px 0px !important;
@ -19,10 +25,16 @@
margin-bottom: 0px !important;
}
/* neighbouring tabs should "pinch" together */
.tabbrowser-tab {
padding-inline: 1px !important;
}
.tabbrowser-tab:not([last-visible-tab])
{
margin-inline-end: -.5px !important;
}
/* Selected Tab - Color like toolbar */
.tab-background[selected="true"] {
background: var(--toolbar-bgcolor) !important;