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 {
position: relative;
background-clip: padding-box;
}
.status .media-video:before {
/* draw a circle in the middle */