mirror of
https://github.com/iv-org/invidious.git
synced 2025-12-16 13:09:13 +00:00
Use text input for timestamp
This commit is contained in:
@@ -26,10 +26,10 @@
|
||||
<div class="compilation-video-title">
|
||||
<span class="compilation-video-title" dir="auto"><%= HTML.escape(compilation_video.title) %></span>
|
||||
</div>
|
||||
<div class="compilation-video-timestamps">
|
||||
<p>from</p>
|
||||
<input value="00:00:00" type="time" step="1">
|
||||
<p>to</p>
|
||||
<div class="compilation-video-timestamp-set">
|
||||
<p style="margin-right:10px;">from</p>
|
||||
<input class="compilation-video-timestamp" placeholder="0:00" type="text">
|
||||
<p style="margin-right:10px;">to</p>
|
||||
<input value="00:00:00" type="time" step="1">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user