| .primitiveImg { | |
| display: inline-block; | |
| max-height: 100px; | |
| } | |
| .image { | |
| max-width: 100px; | |
| object-fit: contain; | |
| } | |
| .imagePreview { | |
| display: block; | |
| max-width: 45vw; | |
| max-height: 40vh; | |
| } | |
| .primitiveImg { | |
| display: inline-block; | |
| max-height: 100px; | |
| } | |
| .image { | |
| max-width: 100px; | |
| object-fit: contain; | |
| } | |
| .imagePreview { | |
| display: block; | |
| max-width: 45vw; | |
| max-height: 40vh; | |
| } | |