remotes/1693045480750635534/spooky-22
kek7198 2021-11-30 22:25:10 -06:00
parent eb60ffa595
commit ca3a4b68e9
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
<span aria-hidden="true"><i class="far fa-times"></i></span>
</button>
</div>
<div id="awardModalBody" class="overflow-y-auto">
<div id="awardModalBody" class="overflow-y-auto p-4">
<form id="awardTarget" action="" method="post">
<div class="flex flex-wrap -mx-4 overflow-hidden p-4">
{% for award in v.user_awards %}
@ -30,7 +30,7 @@
</label>
<input id="kind" name="kind" value="" hidden>
<textarea id="note" maxlength="200" name="note" class="form-control" placeholder="Note to include in award notification..."></textarea>
<div class="flex justify-end space-x-2 border-t border-gray-300 p-4">
<div class="flex justify-end space-x-2 border-t border-gray-300 p-4 -mx-4 mt-4">
<input id="giveaward" class="ml-auto block px-4 py-2 bg-gradient-to-t from-green-700 to-green-600 hover:from-green-600 hover:to-green-700 active:shadow-inner border border-green-900 rounded-md text-shadow-t shadow-inset-t-white-10 text-sm font-bold text-gray-100 focus:text-gray-500 focus:outline-none" type="submit" value="Give Award" disabled>
</div>
</form>