fux
This commit is contained in:
parent
cd6c893d36
commit
635b69ff07
1 changed files with 3 additions and 5 deletions
|
@ -14,11 +14,9 @@
|
||||||
|
|
||||||
<div class="body w-lg-100">
|
<div class="body w-lg-100">
|
||||||
|
|
||||||
<div>
|
<div class="custom-control custom-switch">
|
||||||
<input type="checkbox" id="highlightcomments" name="highlightcomments"{% if v.highlightcomments %} checked{% endif %} onchange="post_toast('/settings/profile?highlightcomments='+document.getElementById('highlightcomments').checked);">
|
<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="inline-block pl-2 text-gray-400" for="highlightcomments">
|
<label class="custom-control-label" for="highlightcomments"></label>
|
||||||
Highlight new comments with a red dot since your last visit to a thread.
|
|
||||||
</label>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue