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