mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 02:54:41 +08:00
FIX: correct online indicator for non interactive (#24364)
When introducing non interactive user avatar, the `chat-user-avatar__container` div has been omitted, which prevented the css to correctly apply.
This commit is contained in:
@ -56,7 +56,9 @@ export default class ChatUserAvatar extends Component {
|
||||
{{this.avatar}}
|
||||
</a>
|
||||
{{else}}
|
||||
{{this.avatar}}
|
||||
<span class="chat-user-avatar__container">
|
||||
{{this.avatar}}
|
||||
</span>
|
||||
{{/if}}
|
||||
</div>
|
||||
</template>
|
||||
|
Reference in New Issue
Block a user