mirror of
https://github.com/tubearchivist/tubearchivist
synced 2024-11-19 15:25:51 +00:00
fix progress bar and video-tags overlap
This commit is contained in:
parent
0c8830793c
commit
14d5a7ee1a
@ -462,7 +462,7 @@ video:-webkit-full-screen {
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.video-item:hover .video-thumb div {
|
.video-item:hover .video-tags {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -486,7 +486,7 @@ video:-webkit-full-screen {
|
|||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
.video-thumb div {
|
.video-tags {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 5px;
|
top: 5px;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user