fix progress bar and video-tags overlap

This commit is contained in:
simon 2023-01-02 21:27:49 +07:00
parent 0c8830793c
commit 14d5a7ee1a
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 2 additions and 2 deletions

View File

@ -462,7 +462,7 @@ video:-webkit-full-screen {
overflow: hidden;
}
.video-item:hover .video-thumb div {
.video-item:hover .video-tags {
opacity: 1;
}
@ -486,7 +486,7 @@ video:-webkit-full-screen {
position: relative;
}
.video-thumb div {
.video-tags {
position: absolute;
top: 5px;
left: 0;