mirror of
https://github.com/TriliumNext/Trilium.git
synced 2025-12-10 03:53:37 -06:00
fix(popup-editor): broken title bar layout
This commit is contained in:
parent
111c44dadf
commit
e98df30500
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user