diff --git a/web/styles/message_row.css b/web/styles/message_row.css index cc2fdfe37c..65436d46aa 100644 --- a/web/styles/message_row.css +++ b/web/styles/message_row.css @@ -279,12 +279,12 @@ $time_column_max_width: 150px; } /* Locally echoed messages. */ - &.local .message_time { + &.locally-echoed .message_time { opacity: 0; } /* Show the spinner only for messages that are still locally echoed. */ - &.local .slow-send-spinner { + &.locally-echoed .slow-send-spinner { display: unset !important; } } diff --git a/web/templates/single_message.hbs b/web/templates/single_message.hbs index ef4f1af18e..6b8ae63f69 100644 --- a/web/templates/single_message.hbs +++ b/web/templates/single_message.hbs @@ -1,5 +1,5 @@
{{#if want_date_divider}}