recipient_row: Add > icon between stream name and topic.

This commit is contained in:
Aman Agrawal
2023-04-07 23:46:55 +00:00
committed by Tim Abbott
parent 7e473003a6
commit 819bf9b2aa
3 changed files with 5 additions and 0 deletions

View 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

View File

@@ -9,6 +9,7 @@
</span>
{{stream_name}}
</div>
<span class="stream_topic_separator"><i class="zulip-icon zulip-icon-chevron-right"></i></span>
<span class="stream_topic">
<div class="message_label_clickable narrows_by_topic">
{{topic}}

View File

@@ -12,6 +12,7 @@
{{~! Recipient (e.g. stream/topic or topic) ~}}
{{~display_recipient~}}
</a>
<span class="stream_topic_separator"><i class="zulip-icon zulip-icon-chevron-right"></i></span>
{{! hidden narrow icon for copy-pasting }}
<span class="copy-paste-text">&gt;</span>