mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-29 11:02:28 +08:00
style(next): full width images in note list layout
This commit is contained in:
parent
884092582f
commit
9ba22c32b1
@ -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%;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user