web/Switcher: fix box-shadow

This commit is contained in:
wukko 2025-04-27 20:59:14 +06:00
parent 9657db3515
commit 55ce09d6f4
No known key found for this signature in database
GPG Key ID: 3E30B3F26C7B4AA2

View File

@ -76,10 +76,7 @@
width: 100%; width: 100%;
/* [base button height] - ([switcher padding] * [padding factor to accommodate for]) */ /* [base button height] - ([switcher padding] * [padding factor to accommodate for]) */
height: calc(40px - var(--switcher-padding) * 2); height: calc(40px - var(--switcher-padding) * 2);
border-radius: calc(var(--border-radius) - var(--switcher-padding));; border-radius: calc(var(--border-radius) - var(--switcher-padding));
}
.switcher.big {
box-shadow: none; box-shadow: none;
} }