This commit is contained in:
chapoi 2023-02-09 12:09:59 +07:00
parent 4a633597f4
commit d93cdec8bb
2 changed files with 5 additions and 5 deletions

View File

@ -18,7 +18,7 @@
</p>
<div class="chat-thread__op">
<span class="chat-thread__op-started-by">{{i18n
<span class="chat-thread__started-by">{{i18n
"chat.threads.started_by"
}}</span>
<ChatMessageAvatar

View File

@ -31,15 +31,15 @@
flex-direction: row;
align-items: center;
&-started-by {
margin-right: 0.5rem;
}
.chat-message-avatar {
width: var(--message-left-width);
}
}
&__started-by {
margin-right: 0.5rem;
}
&__title {
display: flex;
align-items: center;