fix(ui): community/profile sidebar sizing
This commit is contained in:
parent
573b10f5e1
commit
1a2efdba1f
4 changed files with 8 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue