formatting

This commit is contained in:
Aadil Ayub 2021-12-17 14:23:49 +05:00
parent 37c0fbe94f
commit 93b9bc28d6
1 changed files with 3 additions and 3 deletions

View File

@ -145,11 +145,11 @@ input:checked + label + .video.date +.description {
}
.video-thumbnail:hover {
text-decoration:none!important
text-decoration:none !important;
}
.video-thumbnail:hover .play-overlay {
opacity:1
opacity: 1;
}
.video-thumbnail:hover .play-overlay .play-icon {
transform:translate(-50%,-50%) scale(1)
transform:translate(-50%,-50%) scale(1);
}