mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 22:43:33 +08:00
UX: Better centering in presence plugin
This commit is contained in:
@ -4,7 +4,7 @@
|
|||||||
{{avatar user avatarTemplatePath="avatar_template" usernamePath="username" imageSize="small"}}
|
{{avatar user avatarTemplatePath="avatar_template" usernamePath="username" imageSize="small"}}
|
||||||
{{/each}}
|
{{/each}}
|
||||||
|
|
||||||
<span class="presence_text">
|
<span class="presence-text">
|
||||||
<span class="description">
|
<span class="description">
|
||||||
{{#if isReply ~}}
|
{{#if isReply ~}}
|
||||||
{{i18n 'presence.replying'}}
|
{{i18n 'presence.replying'}}
|
||||||
|
@ -2,6 +2,12 @@
|
|||||||
background-color: $secondary;
|
background-color: $secondary;
|
||||||
color: $primary-medium;
|
color: $primary-medium;
|
||||||
padding: 0px 5px;
|
padding: 0px 5px;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
|
||||||
|
span.presence-text {
|
||||||
|
margin-left: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
.wave {
|
.wave {
|
||||||
.dot {
|
.dot {
|
||||||
|
Reference in New Issue
Block a user