style(next): tweak the "Delete notes preview" dialog width

This commit is contained in:
Adorian Doran 2025-07-03 20:52:38 +03:00
parent f8f818b211
commit 0711a197db

View File

@ -382,6 +382,10 @@ div.tn-tool-dialog {
/* DELETE NOTE PREVIEW DIALOG */
.delete-notes-dialog .modal-dialog {
--bs-modal-width: fit-content;
}
.delete-notes-list .note-path {
padding-left: 8px;
}