make play icon permanent

This commit is contained in:
2025-04-13 10:25:41 +04:00
parent ecc82529c3
commit 1c0602c6b0
+1 -5
View File
@@ -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 {