diff options
| author | RblSb <msrblsb@gmail.com> | 2021-01-24 13:12:58 +0300 |
|---|---|---|
| committer | RblSb <msrblsb@gmail.com> | 2021-01-24 13:12:58 +0300 |
| commit | 35beab11cdccf09dc77917a795b033314e62a5b1 (patch) | |
| tree | 23134d53f46ac678742f7fc4095b66dd68010617 /res/index.html | |
| parent | 3444b413ab12783c85ce73df9931142fea11b749 (diff) | |
Video title input
Diffstat (limited to 'res/index.html')
| -rw-r--r-- | res/index.html | 9 |
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}">></button> + <div class="display-flex"> + <button id="insert_template" title="${addTemplateUrl}"> + <div>></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> |
