forked from MarseyWorld/MarseyWorld
fix
parent
70dc1f7544
commit
e34a55b4d1
|
@ -229,7 +229,7 @@
|
||||||
<div class="inline-block w-full md:w-80">
|
<div class="inline-block w-full md:w-80">
|
||||||
<input id="customtitlebody" type="text" name="title" class="form-input" placeholder='Enter a flair here' value="{% if v.customtitleplain %}{{v.customtitleplain}}{% endif %}">
|
<input id="customtitlebody" type="text" name="title" class="form-input" placeholder='Enter a flair here' value="{% if v.customtitleplain %}{{v.customtitleplain}}{% endif %}">
|
||||||
</div>
|
</div>
|
||||||
<button type="button" class="inline-block ml-2 text-gray-500 hover:text-gray-200" onclick="loadEmojis('customtitlebody')" aria-hidden="true" data-bs-toggle="modal" data-bs-target="#emojiModal" data-bs-toggle="tooltip" data-bs-placement="bottom" title="" data-bs-original-title="Add Emoji">
|
<button type="button" class="inline-block ml-2 text-gray-500 hover:text-gray-600" onclick="loadEmojis('customtitlebody')" aria-hidden="true" data-bs-toggle="modal" data-bs-target="#emojiModal" data-bs-toggle="tooltip" data-bs-placement="bottom" title="" data-bs-original-title="Add Emoji">
|
||||||
<i class="fas fa-smile-beam"></i>
|
<i class="fas fa-smile-beam"></i>
|
||||||
</button>
|
</button>
|
||||||
<small class="block mt-2 text-gray-400">Limit of 100 characters</small>
|
<small class="block mt-2 text-gray-400">Limit of 100 characters</small>
|
||||||
|
|
Loading…
Reference in New Issue