A-Circle Zhang пре 7 година
родитељ
комит
bb0fb95c3c
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/js/controller.js

+ 1 - 1
src/js/controller.js

@@ -134,7 +134,7 @@ class Controller {
                     this.thumbnails && this.thumbnails.show();
                 }
                 this.thumbnails && this.thumbnails.move(tx);
-                this.player.template.playedBarTime.style.left = `${(tx - 20)}px`;
+                this.player.template.playedBarTime.style.left = `${(tx - (time >= 3600 ? 25 : 20))}px`;
                 this.player.template.playedBarTime.innerText = utils.secondToTime(time);
                 this.player.template.playedBarTime.classList.remove('hidden');
             }