mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
object-cover
This commit is contained in:
@@ -41,7 +41,7 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<template x-if="notification.img">
|
<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>
|
</template>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user