mirror of
https://github.com/zadam/trilium.git
synced 2025-12-12 02:14:25 +01: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 {
|
.modal.popup-editor-dialog .modal-header .note-title-widget {
|
||||||
margin-top: 8px;
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal.popup-editor-dialog .modal-body {
|
.modal.popup-editor-dialog .modal-body {
|
||||||
@ -42,13 +43,14 @@ body.mobile .modal.popup-editor-dialog .modal-dialog {
|
|||||||
height: 75vh;
|
height: 75vh;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal.popup-editor-dialog .title-row,
|
.modal.popup-editor-dialog .title-row,
|
||||||
.modal.popup-editor-dialog .modal-title,
|
.modal.popup-editor-dialog .modal-title,
|
||||||
.modal.popup-editor-dialog .note-icon-widget {
|
.modal.popup-editor-dialog .note-icon-widget {
|
||||||
height: 32px;
|
height: 32px;
|
||||||
|
min-height: unset;
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal.popup-editor-dialog .note-icon-widget {
|
.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 {
|
.modal.popup-editor-dialog .note-detail-code-editor {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
||||||
& .cm-editor {
|
& .cm-editor {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user