9 lines
168 B
CSS
9 lines
168 B
CSS
.image.preview {
|
|
height: var(--wishPreviewHeight) !important;
|
|
|
|
object-fit: cover;
|
|
object-position: 50%;
|
|
|
|
background-color: #fff;
|
|
cursor: pointer;
|
|
}
|