UX: Better centering in presence plugin

This commit is contained in:
Kris 2017-12-20 16:45:07 -05:00
parent 4bf558f941
commit 744bb72cf9
2 changed files with 7 additions and 1 deletions

View File

@ -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'}}

View File

@ -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 {