fix(popup-editor): broken title bar layout

This commit is contained in:
Elian Doran 2025-12-09 17:16:29 +02:00
parent 111c44dadf
commit e98df30500
No known key found for this signature in database

View File

@ -34,7 +34,8 @@ body.mobile .modal.popup-editor-dialog .modal-dialog {
}
.modal.popup-editor-dialog .modal-header .note-title-widget {
margin-top: 8px;
display: flex;
align-items: center;
}
.modal.popup-editor-dialog .modal-body {
@ -42,13 +43,14 @@ body.mobile .modal.popup-editor-dialog .modal-dialog {
height: 75vh;
overflow: auto;
display: flex;
flex-direction: column;
flex-direction: column;
}
.modal.popup-editor-dialog .title-row,
.modal.popup-editor-dialog .modal-title,
.modal.popup-editor-dialog .note-icon-widget {
height: 32px;
min-height: unset;
}
.modal.popup-editor-dialog .note-icon-widget {
@ -99,7 +101,7 @@ body.mobile .modal.popup-editor-dialog .modal-dialog {
}
.modal.popup-editor-dialog .note-detail-code-editor {
padding: 0;
padding: 0;
& .cm-editor {
margin: 0;