mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Fixes issue where avatars were being shown in mobile
This commit is contained in:
@@ -72,7 +72,7 @@
|
||||
</DropList>
|
||||
<div class="u-margin-inline-start-auto">
|
||||
<div class="u-flex u-gap-16">
|
||||
<a href={`${path}/members`}>
|
||||
<a href={`${path}/members`} class="is-not-mobile">
|
||||
<AvatarGroup size={40} {avatars} total={$members?.total ?? 0} />
|
||||
</a>
|
||||
<Button secondary on:click={() => newMemberModal.set(true)}>
|
||||
|
||||
Reference in New Issue
Block a user