Add a checkbox in the emoji picker

pull/176/head
Chuck 2023-08-04 00:08:33 -07:00
parent 86b4573c0c
commit 4c1a2f819c
1 changed files with 4 additions and 0 deletions

View File

@ -34,6 +34,10 @@
<input type="checkbox" id="emoji-sel-2" value="pat" class="emoji-postfix">
<label class="emoji-option" for="emoji-sel-2">Pat</label>
</div>
<div style="display: inline" data-bs-toggle="tooltip" data-bs-placement="bottom" title="Adds a speechbubble above the emoji">
<input type="checkbox" id="emoji-sel-3" value="pat" class="emoji-postfix">
<label class="emoji-option" for="emoji-sel-3">Talking</label>
</div>
</fieldset>
</div>