From e80e91648b67d53819108b0326e77c9d09c098ee Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Fri, 14 Apr 2023 23:16:53 +0800 Subject: [PATCH] Small touch of elegance to the poll --- src/components/status.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/status.css b/src/components/status.css index 4e4ab7b8..9620665f 100644 --- a/src/components/status.css +++ b/src/components/status.css @@ -867,6 +867,7 @@ a.card:is(:hover, :focus) { var(--bg-faded-color) ); overflow: hidden; + box-shadow: inset 0 0 0 1px var(--bg-color); } .poll.loading { opacity: 0.5;