UX: Better centering in presence plugin
This commit is contained in:
parent
4bf558f941
commit
744bb72cf9
|
@ -4,7 +4,7 @@
|
|||
{{avatar user avatarTemplatePath="avatar_template" usernamePath="username" imageSize="small"}}
|
||||
{{/each}}
|
||||
|
||||
<span class="presence_text">
|
||||
<span class="presence-text">
|
||||
<span class="description">
|
||||
{{#if isReply ~}}
|
||||
{{i18n 'presence.replying'}}
|
||||
|
|
|
@ -2,6 +2,12 @@
|
|||
background-color: $secondary;
|
||||
color: $primary-medium;
|
||||
padding: 0px 5px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
span.presence-text {
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
.wave {
|
||||
.dot {
|
||||
|
|
Loading…
Reference in New Issue