From 973745bcd83ef6318d8000d32d3753f2e193d3c1 Mon Sep 17 00:00:00 2001 From: Amardeep Date: Mon, 1 Jun 2026 19:42:02 +0530 Subject: [PATCH] tiles comp --- web/plugin.head.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/plugin.head.html b/web/plugin.head.html index 958313d..f974159 100644 --- a/web/plugin.head.html +++ b/web/plugin.head.html @@ -72,7 +72,8 @@ html:not(.politictalk-direct-access-blocked) #videospace .politictalk-themed-tile { background: transparent !important; background-color: transparent !important; - border: 2px solid var(--politictalk-tile-border-color, rgba(179, 165, 228, 0.72)) !important; + border: 0 !important; + box-shadow: inset 0 0 0 2px var(--politictalk-tile-border-color, rgba(179, 165, 228, 0.72)) !important; box-sizing: border-box !important; }