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