Adjust file preview style
This commit is contained in:
parent
2ab6894542
commit
9c7187b4aa
@ -2,6 +2,7 @@
|
|||||||
<img
|
<img
|
||||||
:src="blobUrl"
|
:src="blobUrl"
|
||||||
alt="Attachment preview"
|
alt="Attachment preview"
|
||||||
|
style="object-fit: cover;"
|
||||||
>
|
>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@ -29,6 +30,6 @@ watchEffect(async () => {
|
|||||||
|
|
||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
img {
|
img {
|
||||||
border-radius: 0.5rem;
|
border-radius: $radius;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
Loading…
x
Reference in New Issue
Block a user