fix: shadows clipped in poster card
This commit is contained in:
parent
f3544e9e95
commit
ed0cf7ac69
1 changed files with 4 additions and 0 deletions
|
@ -481,6 +481,10 @@ progress::-webkit-progress-value {
|
|||
border-radius: var(--rounding) !important;
|
||||
}
|
||||
|
||||
.card.portraitCard {
|
||||
border-radius: var(--rounding);
|
||||
}
|
||||
|
||||
.osdPoster img {
|
||||
border-radius: var(--rounding);
|
||||
border: none;
|
||||
|
|
Loading…
Reference in a new issue