mirror of https://github.com/zulip/zulip.git
message_view_header: Make subscription count tooltip open downwards.
This causes it to not cover up the stream description. See CZO thread: https://chat.zulip.org/#narrow/stream/137-feedback/topic/users.20subscribed.20tooltip.20direction
This commit is contained in:
parent
906a75ac00
commit
963b884d74
|
@ -2,7 +2,7 @@
|
|||
<a class="stream" href="{{stream_settings_link}}">
|
||||
{{> navbar_icon_and_title }}
|
||||
</a>
|
||||
<a class="sub_count no-style tippy-zulip-tooltip" data-tippy-content="{{sub_count_tooltip_text}}" href="{{stream_settings_link}}">
|
||||
<a class="sub_count no-style tippy-zulip-tooltip" data-tippy-content="{{sub_count_tooltip_text}}" data-tippy-placement="bottom" href="{{stream_settings_link}}">
|
||||
<i class="fa fa-user-o"></i>{{formatted_sub_count}}
|
||||
</a>
|
||||
<span class="narrow_description rendered_markdown">
|
||||
|
|
Loading…
Reference in New Issue