forked from rDrama/rDrama
1
0
Fork 0

make it look better

master
Aevann1 2022-09-25 09:09:48 +02:00
parent 5a97a6f6e6
commit 8269b0dc0f
1 changed files with 2 additions and 2 deletions

View File

@ -99,8 +99,8 @@
{% if v and v.admin_level > 1 %}
<form action="/live/add" method="post">
<input type="hidden" name="formkey" value="{{v.formkey}}">
<input class="form-control" style="display:inline;width:350px" autocomplete="off" type="text" name="link" class="form-control" placeholder="Enter channel link.." required>
<input autocomplete="off" class="btn btn-primary ml-auto" type="submit" onclick="disable(this)" value="Add Youtube Channel" style="margin-bottom:5px">
<input class="form-control" autocomplete="off" type="text" name="link" class="form-control" placeholder="Enter channel link.." required>
<input autocomplete="off" class="btn btn-primary mt-3" type="submit" onclick="disable(this)" value="Add Youtube Channel" style="float:right">
</form>
{% endif %}
</div>