mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 23:29:02 +02:00
feat(popup_editor): add editable note title and icon
This commit is contained in:
parent
0c17a13462
commit
cb5a771490
@ -260,6 +260,14 @@ export default class DesktopLayout {
|
||||
.child(new PasswordNoteSetDialog())
|
||||
.child(new UploadAttachmentsDialog())
|
||||
.child(new PopupEditorDialog()
|
||||
.child(new FlexContainer("row")
|
||||
.class("title-row")
|
||||
.css("height", "50px")
|
||||
.css("min-height", "50px")
|
||||
.css("align-items", "center")
|
||||
.cssBlock(".title-row > * { margin: 5px; }")
|
||||
.child(new NoteIconWidget())
|
||||
.child(new NoteTitleWidget()))
|
||||
.child(new NoteDetailWidget()));
|
||||
|
||||
applyModals(rootContainer);
|
||||
|
Loading…
x
Reference in New Issue
Block a user