mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-11 03:32:48 -08:00
Fix: Bottom Rounded Corner - Position #251
This commit is contained in:
parent
dc79e4175f
commit
ac1cf022a3
1 changed files with 3 additions and 3 deletions
|
|
@ -1581,8 +1581,8 @@
|
|||
|
||||
/** Selected Tab - Bottom Rounded Corner ************************************/
|
||||
#tabbrowser-tabs {
|
||||
--tab-corner-rounding: 4px; /* 10px looks about like chromium - 17px looks close to Australis tabs */
|
||||
--tab-corner-padding: 1px;
|
||||
--tab-corner-rounding: 3px; /* 10px looks about like chromium - 17px looks close to Australis tabs */
|
||||
--tab-corner-padding: 0px;
|
||||
--tab-corner-position: calc(var(--tab-corner-padding) - var(--tab-corner-rounding));
|
||||
}
|
||||
|
||||
|
|
@ -1591,7 +1591,7 @@
|
|||
/* Box */
|
||||
display: block !important;
|
||||
position: absolute !important;
|
||||
z-index: -1 !important;
|
||||
z-index: 1 !important;
|
||||
|
||||
/* Shape */
|
||||
width: var(--tab-corner-rounding) !important;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue