style/quick edit: fix the layout of collections

This commit is contained in:
Adorian Doran 2026-03-01 09:01:04 +02:00
parent 1d698106da
commit 441484629a

View File

@ -118,3 +118,11 @@ body.mobile .modal.popup-editor-dialog .modal-dialog {
border-radius: 0;
}
}
.modal.popup-editor-dialog .note-list-widget {
--content-margin-inline: 12px;
&:not(.full-height) .note-list-wrapper {
margin-inline: var(--content-margin-inline);
}
}