remotes/1693045480750635534/spooky-22
kek7198 2021-12-04 10:45:54 -06:00
parent 49369cb94b
commit 080626a8b9
1 changed files with 14 additions and 11 deletions

View File

@ -7,13 +7,19 @@
{% block subHeader %} {% block subHeader %}
<div class="relative max-w-screen-2xl mx-auto px-4 py-4 grid grid-cols-12 rounded-t"> <div class="relative max-w-screen-2xl mx-auto px-4 py-4 grid grid-cols-12 rounded-t">
<div class="absolute top-0 left-0 w-full h-full bg-gradient-to-t from-gray-300 to-gray-200 rounded-t sub-header-shadow"></div> <div class="absolute top-0 left-0 w-full h-full bg-gradient-to-t from-gray-300 to-gray-200 rounded-t sub-header-shadow"></div>
<div class="relative col-span-full"> <div class="relative col-span-full flex items-center">
<h1 class="font-bold text-xl font-heading leading-normal mb-0"> <div>
Create post <h1 class="font-bold text-xl font-heading leading-normal mb-0">
</h1> Create post
<small class="block text-gray-700"> </h1>
Share drama with the community. <small class="block text-gray-700">
</small> Share drama with the community.
</small>
</div>
<div class="ml-auto">
{% if error %}<span class="text-danger mr-2">{{error}}</span>{% endif %}
<button class="btn btn-green" id="create_button" type="submit" disabled>Post</button>
</div>
</div> </div>
</div> </div>
{% endblock %} {% endblock %}
@ -61,7 +67,7 @@
<!-- Attachment field section --> <!-- Attachment field section -->
<div class="flex flex-col"> <div class="flex flex-col">
<label for="file-upload" class="label text-black"> <label for="file" class="label text-black">
Image or Video Image or Video
<span class="italic text-sm font-normal text-gray-500">(optional)</span> <span class="italic text-sm font-normal text-gray-500">(optional)</span>
</label> </label>
@ -127,9 +133,6 @@
Toggle preview Toggle preview
</div> </div>
<div id="preview" class="my-3"></div> <div id="preview" class="my-3"></div>
{% if error %}<span class="text-danger mr-2">{{error}}</span>{% endif %}
<button class="btn btn-green" id="create_button" type="submit" disabled>Post</button>
</form> </form>
</div> </div>