style(next): delete note preview dialog: add some gap between note's name and its path

This commit is contained in:
Adorian Doran 2025-02-05 02:31:35 +02:00
parent c6787a9cf2
commit d9f37dfc19

View File

@ -1663,3 +1663,9 @@ body .calendar-dropdown-widget .calendar-body a:hover {
.promoted-attribute-cell div.input-group {
margin: 1px 0;
}
/* Delete notes preview dialog */
.delete-notes-list .note-path {
padding-left: 8px;
}