Starowo's picture
Upload 1411 files
b9fe2b4 verified
raw
history blame contribute delete
195 Bytes
.primitiveImg {
display: inline-block;
max-height: 100px;
}
.image {
max-width: 100px;
object-fit: contain;
}
.imagePreview {
display: block;
max-width: 45vw;
max-height: 40vh;
}