mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-02-19 06:31:53 -08:00
Add: @muckSponge MaterialFox's Max Tab size Bigger, tab distance smaller
This commit is contained in:
parent
61de89974a
commit
b2e8cf07d4
1 changed files with 12 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue