From 074683873784f6e231a931b1c8779501dad3d31a Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Mon, 2 Dec 2024 22:53:08 +0200 Subject: [PATCH] style(next): improve text note view in note list grid view --- src/public/stylesheets/theme-next.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/public/stylesheets/theme-next.css b/src/public/stylesheets/theme-next.css index b2eafac95..e558987fc 100644 --- a/src/public/stylesheets/theme-next.css +++ b/src/public/stylesheets/theme-next.css @@ -1244,3 +1244,15 @@ html .note-detail-editable-text :not(figure, .include-note, hr):first-child { object-fit: cover !important; width: 100%; } + +.note-list.grid-view .ck-content { + line-height: 1.3; +} + +.note-list.grid-view .ck-content p { + margin-bottom: 0.5em; +} + +.note-list.grid-view .ck-content figure.image { + width: 25%; +} \ No newline at end of file