From 29aad74435c92b2f37b7a21b105d935c87a22ed6 Mon Sep 17 00:00:00 2001 From: CTalvio Date: Fri, 24 May 2024 19:27:33 +0300 Subject: [PATCH] fix corner indicator --- cornerindicator/indicator_corner.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cornerindicator/indicator_corner.css b/cornerindicator/indicator_corner.css index c0ecbf3..ada441c 100644 --- a/cornerindicator/indicator_corner.css +++ b/cornerindicator/indicator_corner.css @@ -2,8 +2,8 @@ .cardIndicators, .listItemIndicators { - right: 0; - top: 0; + right: 0 !important; + top: 0 !important; } .innerCardFooter { border-radius: 0px var(--rounding) !important;