From ed0cf7ac697cb9a83b8ba4ba5e179ab2d93f047c Mon Sep 17 00:00:00 2001 From: Levi Date: Thu, 6 Jun 2024 20:30:15 +0200 Subject: [PATCH] fix: shadows clipped in poster card --- style.css | 4 ++++ 1 file changed, 4 insertions(+) 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;