mirror of
https://github.com/zadam/trilium.git
synced 2025-11-30 04:24:24 +01:00
client/quick edit: tweak layout
This commit is contained in:
parent
f5e3df0cd2
commit
124ef640b1
@ -33,8 +33,8 @@ body.mobile .modal.popup-editor-dialog .modal-dialog {
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.modal.popup-editor-dialog .modal-header .title-row > * {
|
||||
margin: 5px;
|
||||
.modal.popup-editor-dialog .modal-header .note-title-widget {
|
||||
margin-top: 8px;
|
||||
}
|
||||
|
||||
.modal.popup-editor-dialog .modal-body {
|
||||
@ -66,8 +66,13 @@ body.mobile .modal.popup-editor-dialog .modal-dialog {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.modal.popup-editor-dialog div.promoted-attributes-container {
|
||||
margin-block: 0;
|
||||
}
|
||||
|
||||
.modal.popup-editor-dialog .classic-toolbar-widget {
|
||||
position: sticky;
|
||||
margin-inline: 8px;
|
||||
top: 0;
|
||||
inset-inline-start: 0;
|
||||
inset-inline-end: 0;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user