Fixed camera icon mobile view at bliss theme

This commit is contained in:
Deepak Singh Gusain 2022-01-25 11:43:30 +05:30
parent ac6998538f
commit c14ed6c012
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,7 @@
<input type="file" :id="'image-search-container-' + _uid" ref="image_search_input" v-on:change="uploadImage()"/>
<img :id="'uploaded-image-url-' + + _uid" :src="uploaded_image_url" alt="" width="20" height="20" style="visibility:hidden" />
<img :id="'uploaded-image-url-' + + _uid" :src="uploaded_image_url" alt="" width="20" height="20" style="display:none" />
</label>
</div>
</script>