diff --git a/style.css b/style.css index 03c5493..c26f2c0 100644 --- a/style.css +++ b/style.css @@ -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;