Fix: Bottom Rounded Corner - Position #251

This commit is contained in:
alstjr7375 2021-10-20 15:14:11 +09:00
parent dc79e4175f
commit ac1cf022a3

View file

@ -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;