Regression: Fix user typings style (#23511)

pull/23515/head
Guilherme Gazzo 5 years ago committed by GitHub
parent 32860b425e
commit 9db0e229a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      app/theme/client/imports/components/message-box.css
  2. 4
      app/ui-message/client/messageBox/userActionIndicator.html

@ -52,7 +52,8 @@
}
}
&__action {
&__activity {
position: absolute;
top: 4px;
left: 0;

@ -1,8 +1,8 @@
<template name="userActionIndicator" args="rid, tmid">
{{#if data}}
<div class="rc-message-box__action">
<div class="rc-message-box__activity">
{{#each data}}
<span class="rc-message-box__action-user">{{ users }}</span>
<span class="rc-message-box__activity-user">{{ users }}</span>
{{#if multi}}
{{_ "are" }}&nbsp;{{_ action}}{{#unless end}},{{/unless}}
{{else}}

Loading…
Cancel
Save