From 445ab7c17144f8699b0cf2011f13778a10b572fd Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Mon, 2 Dec 2024 22:53:58 +0200 Subject: [PATCH] style(next): improve code note padding in note list grid view --- src/public/stylesheets/theme-next.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/public/stylesheets/theme-next.css b/src/public/stylesheets/theme-next.css index e558987fc..3291dc87c 100644 --- a/src/public/stylesheets/theme-next.css +++ b/src/public/stylesheets/theme-next.css @@ -1229,6 +1229,7 @@ html .note-detail-editable-text :not(figure, .include-note, hr):first-child { .note-list-wrapper .note-book-card .note-book-content.type-code pre { height: 100%; + padding: 1em; } .note-list-wrapper .note-book-card .bx {