UsersOverview: change profilepic scaling
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
2c73b9862d
commit
5cc8b0811c
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user