fix(popup_editor): wrong margin for title

This commit is contained in:
Elian Doran 2025-12-10 11:03:12 +02:00
parent 52bb4d7a0e
commit 16a73b0848
No known key found for this signature in database

View File

@ -31,6 +31,7 @@ body.mobile .modal.popup-editor-dialog .modal-dialog {
flex-grow: 1;
display: flex;
align-items: center;
margin-block: 0;
}
.modal.popup-editor-dialog .modal-header .note-title-widget {