mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-10 02:02:29 +08:00
style(settings): improve highlights list separation
This commit is contained in:
parent
6af51d393d
commit
bb23aeb925
@ -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")} </label>
|
||||
<label><input type="checkbox" class="highlights-list-check form-check-input" value="italic"> ${t("highlights_list.italic")} </label>
|
||||
<label><input type="checkbox" class="highlights-list-check form-check-input" value="underline"> ${t("highlights_list.underline")} </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")} </label>
|
||||
</div>
|
||||
|
||||
<br/><br/>
|
||||
<hr />
|
||||
|
||||
<h5>${t("highlights_list.visibility_title")}</h5>
|
||||
|
||||
<p>${t("highlights_list.visibility_description")}</p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user