object-cover

This commit is contained in:
Benjamin Takats
2023-01-18 23:47:50 +01:00
parent f6dafb204a
commit 4b21dec442

View File

@@ -41,7 +41,7 @@
</template>
<template x-if="notification.img">
<img class="h-10 w-10 rounded-full" :src="notification.img" />
<img class="h-10 w-10 object-cover rounded-full" :src="notification.img" />
</template>
</div>
</template>