make play icon permanent
This commit is contained in:
+1
-5
@@ -675,12 +675,8 @@ img {
|
|||||||
transform: translate(-50%, -50%);
|
transform: translate(-50%, -50%);
|
||||||
color: white;
|
color: white;
|
||||||
font-size: 50px;
|
font-size: 50px;
|
||||||
opacity: 0;
|
|
||||||
transition: opacity 0.3s;
|
|
||||||
}
|
|
||||||
|
|
||||||
.video-card:hover .video-play-icon {
|
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
|
transition: opacity 0.3s;
|
||||||
}
|
}
|
||||||
|
|
||||||
.video-info {
|
.video-info {
|
||||||
|
|||||||
Reference in New Issue
Block a user