FIX: category logo preview in settings shouldn't render it like a background image
This commit is contained in:
parent
7378077036
commit
5c923fef58
|
@ -4,7 +4,7 @@
|
||||||
imageId=logoImageId
|
imageId=logoImageId
|
||||||
imageUrl=logoImageUrl
|
imageUrl=logoImageUrl
|
||||||
type="category_logo"
|
type="category_logo"
|
||||||
class="no-repeat"}}
|
class="no-repeat contain-image"}}
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class='field'>
|
<section class='field'>
|
||||||
|
|
|
@ -8,3 +8,9 @@
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.image-uploader.contain-image {
|
||||||
|
.uploaded-image-preview {
|
||||||
|
background-size: contain;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue