Fixes issue where avatars were being shown in mobile

This commit is contained in:
wess
2023-11-06 12:23:21 +01:00
committed by Torsten Dittmann
parent 3cde9cd902
commit 7c55cc0cb2
@@ -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)}>