mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
minor video skin fixes
This commit is contained in:
parent
f5ae7a369e
commit
d7f897576f
2 changed files with 4 additions and 2 deletions
|
@ -965,9 +965,10 @@ progress {
|
|||
}
|
||||
|
||||
#videoWindow.tubecss .vjs-current-time {
|
||||
left: 26em;
|
||||
left: 22.5em;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
#videoWindow.tubecss .vjs-duration {
|
||||
left: 22.5em;
|
||||
left: 26em;
|
||||
}
|
||||
|
|
|
@ -234,6 +234,7 @@
|
|||
|
||||
(this).addEvent("loadstart", function () {
|
||||
$(".vjs-remaining-time-display").hide();
|
||||
$(".vjs-duration-display").hide();
|
||||
});
|
||||
|
||||
(this).addEvent("durationchange", function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue