forked from rDrama/rDrama
1
0
Fork 0

recrease margin

master
Aevann 2023-06-22 15:57:11 +03:00
parent 00a6ae24bd
commit f1e9f3e466
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@
{% if show_marseys %}
<div class="ml-2"><i class="btn btn-secondary format d-inline-block m-0 fas fa-smile-beam" data-nonce="{{g.nonce}}" data-onclick="loadEmojis('{{id}}-body')" data-bs-toggle="modal" data-bs-target="#emojiModal" data-bs-toggle="tooltip" data-bs-placement="bottom" title="Add Emoji"></i></div>
{% endif %}
<small class="ml-3">{{below_text}}</small>
<small class="ml-1">{{below_text}}</small>
<input autocomplete="off" class="btn btn-primary ml-auto" id="{{id}}-save" type="submit" value="{{button_text}}" {% if disabled %}disabled{% endif %}>
</div>
</form>