style(next): change hover mechanism for note list

This commit is contained in:
Elian Doran 2024-12-02 22:00:30 +02:00
parent 61a4a2230b
commit e91afe1a09
No known key found for this signature in database

View File

@ -1185,7 +1185,12 @@ html .note-detail-editable-text :not(figure, .include-note):first-child {
color: var(--left-pane-icon-color) !important;
}
.note-list.grid-view .note-book-card:hover {
background: var(--card-background-color) !important;
filter: contrast(105%);
}
.note-list.grid-view .note-book-card img {
object-fit: cover !important;
width: 100%;
}
}