Fix border not visible for media-video

This commit is contained in:
Lim Chee Aun 2022-12-20 17:50:43 +08:00
parent 8babc97877
commit 091960bdff

View file

@ -283,6 +283,7 @@
} }
.status .media-video { .status .media-video {
position: relative; position: relative;
background-clip: padding-box;
} }
.status .media-video:before { .status .media-video:before {
/* draw a circle in the middle */ /* draw a circle in the middle */