mirror of https://github.com/zulip/zulip.git
recent: Rename .recent_topics_participants.
This commit is contained in:
parent
8896cb28cb
commit
d40030d4ae
|
@ -246,7 +246,7 @@
|
|||
padding-left: 0;
|
||||
}
|
||||
|
||||
.recent_topics_participants {
|
||||
.recent_view_participants {
|
||||
display: inline-flex; /* Causes LI items to display in row. */
|
||||
list-style-type: none;
|
||||
margin: auto; /* Centers vertically / horizontally in flex container. */
|
||||
|
|
|
@ -92,7 +92,7 @@
|
|||
</div>
|
||||
</td>
|
||||
<td class='recent_topic_users'>
|
||||
<ul class="recent_topics_participants">
|
||||
<ul class="recent_view_participants">
|
||||
{{#if other_senders_count}}
|
||||
<li class="recent_view_participant_item tippy-zulip-tooltip" data-tooltip-template-id="recent_view_participant_overflow_tooltip:{{conversation_key}}">
|
||||
<span class="recent_view_participant_overflow">+{{other_senders_count}}</span>
|
||||
|
|
Loading…
Reference in New Issue