mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: prevent user card status overflow (#19979)
This commit is contained in:
@@ -111,7 +111,9 @@
|
||||
{{#if this.hasStatus}}
|
||||
<h3 class="user-status">
|
||||
{{html-safe this.userStatusEmoji}}
|
||||
{{this.user.status.description}}
|
||||
<span class="user-status__description">
|
||||
{{this.user.status.description}}
|
||||
</span>
|
||||
{{format-date this.user.status.ends_at format="tiny"}}
|
||||
</h3>
|
||||
{{/if}}
|
||||
|
||||
@@ -307,6 +307,7 @@ h3.user-status {
|
||||
}
|
||||
|
||||
.relative-date {
|
||||
flex: 1 0 auto;
|
||||
text-align: left;
|
||||
font-size: var(--font-down-3);
|
||||
padding-top: 0.5em;
|
||||
|
||||
Reference in New Issue
Block a user