mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-02 07:12:56 -08:00
Fix: Tab - Small new tab button's rounding at Photon Style
This commit is contained in:
parent
ba67d92f00
commit
c954fa78d5
2 changed files with 3 additions and 0 deletions
|
|
@ -6763,6 +6763,7 @@
|
|||
/*= New tab button - Smaller button ==========================================*/
|
||||
@supports -moz-bool-pref("userChrome.tab.newtab_button_smaller") {
|
||||
#tabs-newtab-button > .toolbarbutton-icon {
|
||||
--tab-border-radius: var(--toolbarbutton-border-radius);
|
||||
margin-left: 1px;
|
||||
/* Original: calc((var(--tab-min-height) - 16px) / 2) = 10px */
|
||||
--toolbarbutton-inner-padding: 6px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue