From 206618fd5471a7c6051b8991c6c65c00f68d2709 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Mon, 22 Sep 2025 10:45:55 +0300 Subject: [PATCH] style(next): improve code block hiehgt in note list --- apps/client/src/stylesheets/theme-next/base.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apps/client/src/stylesheets/theme-next/base.css b/apps/client/src/stylesheets/theme-next/base.css index 0e6f7f127..56edeb878 100644 --- a/apps/client/src/stylesheets/theme-next/base.css +++ b/apps/client/src/stylesheets/theme-next/base.css @@ -500,9 +500,14 @@ body.mobile .dropdown-menu .dropdown-item.submenu-open .dropdown-toggle::after { padding: 0; } +.note-list-wrapper .note-book-card .note-book-content.type-code { + height: 100%; +} + .note-list-wrapper .note-book-card .note-book-content.type-code pre { height: 100%; padding: 1em; + margin-bottom: 0; } .note-list-wrapper .note-book-card .bx {