UX: Fix alignment issues around user status (#26491)

Minor changes but they 1. correct the html structure (no divs in spans) 2. unify the margins
This commit is contained in:
Jarek Radosz
2024-04-09 11:10:12 +02:00
committed by GitHub
parent a601813a6c
commit f5c9e75438
8 changed files with 17 additions and 11 deletions

View File

@ -135,9 +135,9 @@ export default class ChatMessageInfo extends Component {
>
<span class="chat-message-info__username__name">{{this.name}}</span>
{{#if this.showStatus}}
<div class="chat-message-info__status">
<span class="chat-message-info__status">
<UserStatusMessage @status={{@message.user.status}} />
</div>
</span>
{{/if}}
</span>
{{/if}}