mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
recipient_row: Add >
icon between stream name and topic.
This commit is contained in:
3
web/shared/icons/chevron-right.svg
Normal file
3
web/shared/icons/chevron-right.svg
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.52977 3.52973C5.78947 3.27004 6.21053 3.27004 6.47023 3.52973L10.4702 7.52974C10.7299 7.78943 10.7299 8.21049 10.4702 8.47019L6.47023 12.4702C6.21053 12.7299 5.78947 12.7299 5.52977 12.4702C5.27008 12.2105 5.27008 11.7894 5.52977 11.5297L9.05955 7.99996L5.52977 4.47019C5.27008 4.21049 5.27008 3.78943 5.52977 3.52973Z" fill="black"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 489 B |
@@ -9,6 +9,7 @@
|
|||||||
</span>
|
</span>
|
||||||
{{stream_name}}
|
{{stream_name}}
|
||||||
</div>
|
</div>
|
||||||
|
<span class="stream_topic_separator"><i class="zulip-icon zulip-icon-chevron-right"></i></span>
|
||||||
<span class="stream_topic">
|
<span class="stream_topic">
|
||||||
<div class="message_label_clickable narrows_by_topic">
|
<div class="message_label_clickable narrows_by_topic">
|
||||||
{{topic}}
|
{{topic}}
|
||||||
|
@@ -12,6 +12,7 @@
|
|||||||
{{~! Recipient (e.g. stream/topic or topic) ~}}
|
{{~! Recipient (e.g. stream/topic or topic) ~}}
|
||||||
{{~display_recipient~}}
|
{{~display_recipient~}}
|
||||||
</a>
|
</a>
|
||||||
|
<span class="stream_topic_separator"><i class="zulip-icon zulip-icon-chevron-right"></i></span>
|
||||||
|
|
||||||
{{! hidden narrow icon for copy-pasting }}
|
{{! hidden narrow icon for copy-pasting }}
|
||||||
<span class="copy-paste-text">></span>
|
<span class="copy-paste-text">></span>
|
||||||
|
Reference in New Issue
Block a user