remotes/1693045480750635534/spooky-22
kek7198 2021-12-12 11:21:42 -06:00
parent 785de918cb
commit 8e8f8c4283
1 changed files with 3 additions and 5 deletions

View File

@ -14,11 +14,9 @@
<div class="body w-lg-100">
<div>
<input type="checkbox" id="highlightcomments" name="highlightcomments"{% if v.highlightcomments %} checked{% endif %} onchange="post_toast('/settings/profile?highlightcomments='+document.getElementById('highlightcomments').checked);">
<label class="inline-block pl-2 text-gray-400" for="highlightcomments">
Highlight new comments with a red dot since your last visit to a thread.
</label>
<div class="custom-control custom-switch">
<input type="checkbox" class="custom-control-input" id="highlightcomments" name="highlightcomments"{% if v.highlightcomments %} checked{% endif %} onchange="post_toast('/settings/profile?highlightcomments='+document.getElementById('highlightcomments').checked);">
<label class="custom-control-label" for="highlightcomments"></label>
</div>
</div>