reduce margin above "toggle preview"

master
Aevann1 2022-06-24 17:40:05 +02:00
parent 41cebb7f80
commit 17c81ea9ef
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@
<textarea form="submitform" id="post-text" class="form-control rounded" 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();savetext()" {% if v.longpost %}minlength="280"{% endif %} maxlength="{% if v.bird %}140{% else %}20000{% endif %}" required></textarea>
<div class="btn btn-secondary fl-r mt-3" onclick="document.getElementById('preview').classList.toggle('d-none');">
<div class="btn btn-secondary fl-r mt-2" onclick="document.getElementById('preview').classList.toggle('d-none');">
Toggle preview
</div>