forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-24 14:09:42 -06:00
parent f5ca757b99
commit 987919b6f7
1 changed files with 2 additions and 2 deletions

View File

@ -102,7 +102,7 @@
<div class="tab-content" id="nav-tabContent">
<div class="tab-pane fade show active" id="nav-write" role="tabpanel" aria-labelledby="nav-write-tab">
<!-- Input field -->
<div class="relative rounded border border-gray-300 dark:border-gray-900 bg-gray-100 dark:bg-white/[.05] w-full">
<div class="relative rounded border border-gray-300 dark:border-gray-900 bg-white dark:bg-white/[.05] w-full">
<textarea form="submitform" id="post-text" class="rounded-t bg-transparent p-2 shadow-inner w-full" aria-label="With textarea" placeholder="Optional if you have a link or an image." rows="7" name="body" oninput="markdown('post-text','preview');charLimit('post-text','character-count-submit-text-form');checkForRequired()" maxlength="10000" required></textarea>
<ul class="-mt-1 flex space-x-4 px-3 py-2 border-t border-dashed border-gray-400 dark:border-white/[.05] mb-0">
<li>
@ -134,7 +134,7 @@
</div>
</div>
<div class="tab-pane fade" id="nav-preview" role="tabpanel" aria-labelledby="nav-preview-tab">
<div id="preview" class="bg-gray-100 dark:bg-white/[.05] p-2.5 rounded" style="min-height: 207px;"></div>
<div id="preview" class="bg-white dark:bg-white/[.05] border border-gray-300 dark:border-gray-900 p-2.5 rounded" style="min-height: 16rem;"></div>
</div>
</div>
<a href="/formatting" target="_blank" class="block mt-2 text-xs text-gray-500 hover:text-gray-400">Formatting help</a>