fix(collections/grid): not displaying some images properly (closes #7969)

This commit is contained in:
Elian Doran 2025-12-24 15:02:17 +02:00
parent 4ac3634b04
commit 0027bca415
No known key found for this signature in database
2 changed files with 2 additions and 6 deletions

View File

@ -748,11 +748,6 @@ li.dropdown-item a.dropdown-item-button:focus-visible {
filter: contrast(105%);
}
.note-list.grid-view .note-book-card img {
object-fit: cover !important;
width: 100%;
}
.note-list.grid-view .ck-content {
line-height: 1.3;
}

View File

@ -75,6 +75,7 @@
justify-content: center;
text-align: center;
padding: 10px;
flex-grow: 1;
}
.note-book-content.type-image img, .note-book-content.type-canvas svg {
@ -141,4 +142,4 @@
border: 1px solid var(--main-border-color);
background: var(--more-accented-background-color);
}
/* #endregion */
/* #endregion */