master
kek7198 2021-12-06 12:35:52 -06:00
parent f0ce6f9aa5
commit a97228cf7c
1 changed files with 14 additions and 1 deletions

View File

@ -10,6 +10,19 @@
<div class="settings">
<h2 class="label text-black">Highlight New Comments</h2>
<div class="body w-lg-100">
<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>
<span class="text-small-extra text-muted">Enable if you would like to have a red dot on comments made after the last time you visited a thread.</span>
</div>
<h2 class="label text-black">Card view</h2>
<div>
@ -17,7 +30,7 @@
<label class="inline-block pl-2 text-gray-400" for="cardview"></label>
</div>
<h2 class="h5 text-black" name="referral">Frontpage Size</h2>
<h2 class="h5 text-black">Frontpage Size</h2>
<div class="settings-section rounded">
<div class="d-lg-flex border-bottom">