style(settings): improve highlights list separation

This commit is contained in:
Elian Doran 2024-11-30 01:38:45 +02:00
parent 6af51d393d
commit bb23aeb925
No known key found for this signature in database

View File

@ -7,7 +7,7 @@ const TPL = `
<p>${t("highlights_list.description")}</p>
</div>
<div>
<label><input type="checkbox" class="highlights-list-check form-check-input" value="bold"> ${t("highlights_list.bold")} &nbsp;</label>
<label><input type="checkbox" class="highlights-list-check form-check-input" value="italic"> ${t("highlights_list.italic")} &nbsp;</label>
<label><input type="checkbox" class="highlights-list-check form-check-input" value="underline"> ${t("highlights_list.underline")} &nbsp;</label>
@ -15,7 +15,8 @@ const TPL = `
<label><input type="checkbox" class="highlights-list-check form-check-input" value="bgColor"> ${t("highlights_list.bg_color")} &nbsp;</label>
</div>
<br/><br/>
<hr />
<h5>${t("highlights_list.visibility_title")}</h5>
<p>${t("highlights_list.visibility_description")}</p>