feat(popup_editor): integrate note title + icon into modal header

This commit is contained in:
Elian Doran
2025-07-10 15:25:07 +03:00
parent cb5a771490
commit fa0c01591a
2 changed files with 34 additions and 5 deletions

View File

@@ -262,8 +262,6 @@ export default class DesktopLayout {
.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())