forked from nostr/nostrweb
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.
parent
9f992044b2
commit
ff0ba4f6e6
|
@ -144,7 +144,7 @@
|
|||
.preview-image {
|
||||
margin-bottom: var(--gap);
|
||||
max-height: 30vh;
|
||||
object-fit: cover;
|
||||
object-fit: contain;
|
||||
}
|
||||
|
||||
.preview-image-only {
|
||||
|
|
Loading…
Reference in New Issue