preview: show the full preview image

Was set to cover, which is nice but cuts off some sides,
especially since image dimensions are not known.
OFF0 2022-12-10 16:17:11 +01:00
parent 9f992044b2
commit ff0ba4f6e6
Signed by: offbyn
GPG Key ID: 94A2F643C51F37FA
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@
.preview-image {
margin-bottom: var(--gap);
max-height: 30vh;
object-fit: cover;
object-fit: contain;
}
.preview-image-only {