fix(ui): community/profile sidebar sizing

This commit is contained in:
trisua 2025-04-03 17:51:31 -04:00
parent 573b10f5e1
commit 1a2efdba1f
4 changed files with 8 additions and 4 deletions

View file

@ -57,7 +57,7 @@ community %}
{{ components::community_avatar(id=community.id, community=community,
size="48px") }}
<div class="flex flex-col">
<h3 class="name">{{ community.context.display_name }}</h3>
<h3 class="name lg:long">{{ community.context.display_name }}</h3>
<span class="fade"><b>{{ community.member_count }}</b> members</span>
</div>
</a>