From 091960bdff76e2c4369ccfe0d3bf539e6f8b63e1 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Tue, 20 Dec 2022 17:50:43 +0800 Subject: [PATCH] Fix border not visible for media-video --- src/components/status.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/status.css b/src/components/status.css index e87a8cd7..4fbc6bf8 100644 --- a/src/components/status.css +++ b/src/components/status.css @@ -283,6 +283,7 @@ } .status .media-video { position: relative; + background-clip: padding-box; } .status .media-video:before { /* draw a circle in the middle */