style(next): improve code block hiehgt in note list

This commit is contained in:
Elian Doran 2025-09-22 10:45:55 +03:00
parent 58a6d70cbb
commit 206618fd54
No known key found for this signature in database

View File

@ -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 {