aboutsummaryrefslogtreecommitdiffstats
path: root/res/index.html
diff options
context:
space:
mode:
authorRblSb <msrblsb@gmail.com>2021-01-24 13:12:58 +0300
committerRblSb <msrblsb@gmail.com>2021-01-24 13:12:58 +0300
commit35beab11cdccf09dc77917a795b033314e62a5b1 (patch)
tree23134d53f46ac678742f7fc4095b66dd68010617 /res/index.html
parent3444b413ab12783c85ce73df9931142fea11b749 (diff)
Video title input
Diffstat (limited to 'res/index.html')
-rw-r--r--res/index.html9
1 files changed, 7 insertions, 2 deletions
diff --git a/res/index.html b/res/index.html
index d901198..753a9a5 100644
--- a/res/index.html
+++ b/res/index.html
@@ -55,10 +55,15 @@
</div>
<!-- Add video -->
<div class="collapse" id="addfromurl" aria-expanded="false">
- <div>
- <button id="insert_template" title="${addTemplateUrl}">&gt;</button>
+ <div class="display-flex">
+ <button id="insert_template" title="${addTemplateUrl}">
+ <div>&gt;</div>
+ </button>
<input id="mediaurl" type="text" placeholder="${addVideoFromUrl}">
</div>
+ <div id="mediatitleblock" class="display-flex" style="display: none;">
+ <input id="mediatitle" type="text" placeholder="${optionalTitle}">
+ </div>
<div>
<button id="queue_next">${queueNext}</button>
<button id="queue_end">${queueLast}</button>
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage