style(next): full width images in note list layout

This commit is contained in:
Elian Doran 2024-12-02 21:50:26 +02:00
parent 884092582f
commit 9ba22c32b1
No known key found for this signature in database

View File

@ -1173,6 +1173,8 @@ html .note-detail-editable-text :not(figure, .include-note):first-child {
margin-bottom: 0;
}
.note-list-wrapper .note-book-card .note-book-content.type-canvas .rendered-content,
.note-list-wrapper .note-book-card .note-book-content.type-mindMap .rendered-content,
.note-list-wrapper .note-book-card .note-book-content.type-code .rendered-content {
padding: 0;
}
@ -1184,3 +1186,8 @@ html .note-detail-editable-text :not(figure, .include-note):first-child {
.note-list-wrapper .note-book-card .bx {
color: var(--left-pane-icon-color) !important;
}
.note-list.grid-view .note-book-card img {
object-fit: cover !important;
width: 100%;
}