fix padding

master
Aevann 2023-08-09 16:50:33 +03:00
parent 72e6f4d681
commit f1d3f1cf26
1 changed files with 2 additions and 2 deletions

View File

@ -30,11 +30,11 @@
<label class="emoji-option" for="emoji-sel-1">Mirror</label>
</div>
<div style="display: inline" data-bs-toggle="tooltip" data-bs-placement="bottom" title="Adds a hand that pats the emoji">
<div class="mr-2" style="display: inline" data-bs-toggle="tooltip" data-bs-placement="bottom" title="Adds a hand that pats the emoji">
<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">
<div class="mr-2" 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="talking" class="emoji-postfix">
<label class="emoji-option" for="emoji-sel-3">Talking</label>
</div>