Adding object-fit rules so thumbnail image does not appear stretched. (#1065)

This commit is contained in:
Olivier Chemla
2022-10-13 20:14:39 +02:00
committed by GitHub
parent 3d0b89bb4d
commit 0aaf0e7e75

View File

@ -143,7 +143,7 @@
<template #activator>
<img
:src="previewAvatar"
class="block w-8 h-8 rounded md:h-9 md:w-9"
class="block w-8 h-8 rounded md:h-9 md:w-9 object-cover"
/>
</template>