From d9f37dfc194b16e4c2b33d7d99548d1f8cb6cba4 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Wed, 5 Feb 2025 02:31:35 +0200 Subject: [PATCH] style(next): delete note preview dialog: add some gap between note's name and its path --- src/public/stylesheets/theme-next/shell.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/public/stylesheets/theme-next/shell.css b/src/public/stylesheets/theme-next/shell.css index ffea161ca..b355a04d2 100644 --- a/src/public/stylesheets/theme-next/shell.css +++ b/src/public/stylesheets/theme-next/shell.css @@ -1662,4 +1662,10 @@ body .calendar-dropdown-widget .calendar-body a:hover { /* Promoted attributes */ .promoted-attribute-cell div.input-group { margin: 1px 0; +} + +/* Delete notes preview dialog */ + +.delete-notes-list .note-path { + padding-left: 8px; } \ No newline at end of file