mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
don't use non-existing btn-xs
This commit is contained in:
parent
34c642a49a
commit
f80a20d18c
@ -16,7 +16,7 @@ const TPL = `
|
|||||||
<div class="modal-header">
|
<div class="modal-header">
|
||||||
<h5 class="modal-title mr-auto">Recent changes</h5>
|
<h5 class="modal-title mr-auto">Recent changes</h5>
|
||||||
|
|
||||||
<button class="erase-deleted-notes-now-button btn btn-xs" style="padding: 0 10px">
|
<button class="erase-deleted-notes-now-button btn btn-sm" style="padding: 0 10px">
|
||||||
Erase deleted notes now</button>
|
Erase deleted notes now</button>
|
||||||
|
|
||||||
<button type="button" class="close" data-dismiss="modal" aria-label="Close" style="margin-left: 0 !important;">
|
<button type="button" class="close" data-dismiss="modal" aria-label="Close" style="margin-left: 0 !important;">
|
||||||
|
@ -41,7 +41,7 @@ const TPL = `
|
|||||||
<div class="modal-header">
|
<div class="modal-header">
|
||||||
<h5 class="modal-title mr-auto">Note revisions</h5>
|
<h5 class="modal-title mr-auto">Note revisions</h5>
|
||||||
|
|
||||||
<button class="revisions-erase-all-revisions-button btn btn-xs"
|
<button class="revisions-erase-all-revisions-button btn btn-sm"
|
||||||
title="Delete all revisions of this note"
|
title="Delete all revisions of this note"
|
||||||
style="padding: 0 10px 0 10px;" type="button">Delete all revisions</button>
|
style="padding: 0 10px 0 10px;" type="button">Delete all revisions</button>
|
||||||
|
|
||||||
|
@ -41,7 +41,7 @@ export default class AttachmentListTypeWidget extends TypeWidget {
|
|||||||
"Owning note: ",
|
"Owning note: ",
|
||||||
await linkService.createLink(this.noteId),
|
await linkService.createLink(this.noteId),
|
||||||
),
|
),
|
||||||
$('<button class="btn btn-xs">')
|
$('<button class="btn btn-sm">')
|
||||||
.text("Upload attachments")
|
.text("Upload attachments")
|
||||||
.on('click', () => this.triggerCommand("showUploadAttachmentsDialog", {noteId: this.noteId}))
|
.on('click', () => this.triggerCommand("showUploadAttachmentsDialog", {noteId: this.noteId}))
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user