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 {
|
||||
margin-top: 8px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.modal.popup-editor-dialog .modal-body {
|
||||
@ -49,6 +50,7 @@ body.mobile .modal.popup-editor-dialog .modal-dialog {
|
||||
.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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user