mirror of https://github.com/iv-org/invidious.git
Make the layout nice for video panels
This commit is contained in:
parent
7b757aaf9c
commit
ff6a9b965d
|
@ -30,7 +30,7 @@
|
||||||
<p style="margin-right:10px;">from</p>
|
<p style="margin-right:10px;">from</p>
|
||||||
<input class="compilation-video-timestamp" placeholder="0:00" type="text">
|
<input class="compilation-video-timestamp" placeholder="0:00" type="text">
|
||||||
<p style="margin-right:10px; margin-left:10px">to</p>
|
<p style="margin-right:10px; margin-left:10px">to</p>
|
||||||
<input value="00:00:00" type="time" step="1">
|
<input class="compilation-video-timestamp" placeholder="<%= recode_length_seconds(compilation_video.length_second) s%>" type="text">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue