UsersOverview: change profilepic scaling
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Philipp Dormann 2023-03-14 09:51:40 +01:00
parent 2c73b9862d
commit 5cc8b0811c

View File

@ -85,7 +85,7 @@
{#if u.profilePic}
<div class="flex-shrink-0 h-10 w-10">
<img
class="h-10 w-10 rounded-full"
class="h-10 w-10 rounded-full object-scale-down bg-white"
src={u.profilePic}
alt="" />
</div>