master
kek7198 2022-01-02 15:52:21 -06:00
parent 8b5faf2007
commit 637e1a82f8
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@
</h2>
<div class="mb-4">
<input type="checkbox" id="compactMode" name="compact" {% if v.compact %}checked{% endif %} onchange="post_toast('/settings/profile?compact=compact')">
<input type="checkbox" id="compactMode" name="compact" {% if v.compact %}checked{% endif %} onchange="post_toast('/settings/profile?compact='+this.checked)">
<label class="inline-block pl-2 text-gray-400" for="compactMode">View posts in a comapct format.</label>
</div>