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