mirror of
https://github.com/discourse/discourse.git
synced 2025-01-30 06:28:03 +08:00
Feature: display description for group cards
This commit is contained in:
parent
ee1eb1a5bd
commit
9738025bb2
|
@ -20,6 +20,7 @@
|
|||
{{else}}
|
||||
<h2 class='username'>{{group.name}}</h2>
|
||||
{{/if}}
|
||||
<h2 class='bio'>{{{group.bio_cooked}}}</h2>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -48,6 +48,11 @@ $user_card_background: $secondary;
|
|||
}
|
||||
}
|
||||
|
||||
.bio {
|
||||
max-height: 200px;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
&.no-bg {
|
||||
min-height: 50px;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user