mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-02-19 06:31:53 -08:00
Add: Tabbar Margin, Padding Adjust
This commit is contained in:
parent
da337cf30d
commit
81cec2b499
1 changed files with 6 additions and 0 deletions
|
|
@ -4,6 +4,12 @@
|
|||
--toolbar-bgcolor: rgba(43, 42, 51, 5) !important;
|
||||
}
|
||||
|
||||
:root{
|
||||
/* Tab Bar */
|
||||
--proton-tab-block-margin: 2px !important; /* Original: 4px */
|
||||
--inline-tab-padding: 6px !important; /* Original: 8px */
|
||||
}
|
||||
|
||||
/* Tab Bar - Reduce Width, Show more tabs */
|
||||
.titlebar-spacer[type="pre-tabs"] {
|
||||
width: 35px; /* Original: 40px */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue