Embed: unixoffset: display negative timeoffset when <48h in the seekbar, <12h on the currentTime counter and use the same time formatting for the full seekbar

This commit is contained in:
Cat 2023-12-07 14:55:51 +01:00 committed by Thulinma
parent 720f4b5d05
commit ca5eba2e92
6 changed files with 111 additions and 12 deletions

View file

@ -80,6 +80,10 @@
top: 50%;
transform: translateY(-50%);
}
.mistvideo-progress .mistvideo-tooltip .mistvideo-realtime {
text-align: center;
display: block;
}
.mistvideo-play[data-state="playing"] svg.play {
display: none;
@ -155,6 +159,10 @@ svg.icon.timeout {
overflow: hidden;
text-overflow: ellipsis;
}
.mistvideo-currentTime .mistvideo-realtime,
.mistvideo-progress .mistvideo-realtime {
opacity: 0.6;
}
.mistvideo-videobackground {
position: absolute;
width: 100%;