mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-03-13 02:10:58 -07:00
Fix: Tab Bar - Button radious
This commit is contained in:
parent
0de3ef6db4
commit
aea37457b5
1 changed files with 8 additions and 0 deletions
|
|
@ -35,6 +35,14 @@
|
|||
--arrowpanel-menuitem-padding: 8px !important; /* Original: 8px */
|
||||
}
|
||||
|
||||
/* Fix Tab bar button radious */
|
||||
#TabsToolbar .toolbarbutton-1 > .toolbarbutton-icon,
|
||||
#TabsToolbar .toolbarbutton-1 > .toolbarbutton-text,
|
||||
#TabsToolbar .toolbarbutton-1 > .toolbarbutton-badge-stack,
|
||||
.tab-close-button {
|
||||
--tab-border-radius: 4px !important;
|
||||
}
|
||||
|
||||
/** Tab Bar - Reduce Width, Show more tabs **********************************/
|
||||
.titlebar-spacer[type="pre-tabs"] {
|
||||
width: 30px !important; /* Original: 40px */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue