mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-11 02:42:27 +08:00
client: fix the style of a checkbox
This commit is contained in:
parent
b4929d772a
commit
ef0431fc58
@ -26,7 +26,7 @@ const TPL = `
|
|||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<strong>${t("upload_attachments.options")}:</strong>
|
<strong>${t("upload_attachments.options")}:</strong>
|
||||||
<div class="checkbox">
|
<div class="checkbox">
|
||||||
<label data-bs-toggle="tooltip" title="${escapeQuotes(t("upload_attachments.tooltip"))}">
|
<label class="tn-checkbox" data-bs-toggle="tooltip" title="${escapeQuotes(t("upload_attachments.tooltip"))}">
|
||||||
<input class="shrink-images-checkbox form-check-input" value="1" type="checkbox" checked> <span>${t("upload_attachments.shrink_images")}</span>
|
<input class="shrink-images-checkbox form-check-input" value="1" type="checkbox" checked> <span>${t("upload_attachments.shrink_images")}</span>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user