mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-02 06:06:41 +01:00
Fix border not visible for media-video
This commit is contained in:
parent
8babc97877
commit
091960bdff
1 changed files with 1 additions and 0 deletions
|
@ -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 */
|
||||||
|
|
Loading…
Reference in a new issue