1
0

Adjust file preview style

This commit is contained in:
Elscrux 2024-05-09 12:29:27 +02:00
parent 2ab6894542
commit 9c7187b4aa

View File

@ -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>