fix: shadows clipped in poster card

This commit is contained in:
Levi 2024-06-06 20:30:15 +02:00
parent f3544e9e95
commit ed0cf7ac69

View file

@ -481,6 +481,10 @@ progress::-webkit-progress-value {
border-radius: var(--rounding) !important; border-radius: var(--rounding) !important;
} }
.card.portraitCard {
border-radius: var(--rounding);
}
.osdPoster img { .osdPoster img {
border-radius: var(--rounding); border-radius: var(--rounding);
border: none; border: none;