From e37f5082dee6c08091805bddd75e6ded69aa7eb7 Mon Sep 17 00:00:00 2001 From: Aman Agrawal Date: Wed, 15 Feb 2023 20:02:41 +0000 Subject: [PATCH] recipient_row: Remove message-header-wrapper div. This div serves no purpose. Just removed the div and shifted corrected alignment for other divs. --- web/templates/recipient_row.hbs | 159 ++++++++++++++++---------------- 1 file changed, 77 insertions(+), 82 deletions(-) diff --git a/web/templates/recipient_row.hbs b/web/templates/recipient_row.hbs index 2afcd125d6..d18dd45c01 100644 --- a/web/templates/recipient_row.hbs +++ b/web/templates/recipient_row.hbs @@ -1,98 +1,93 @@ {{#if is_stream}}
-
-
- {{! stream link }} - - {{~! Icons for invite-only/web-public streams ~}} - {{~#if invite_only ~}} - - {{/if}} +
+ {{! stream link }} + + {{~! Icons for invite-only/web-public streams ~}} + {{~#if invite_only ~}} + + {{/if}} - {{~#if is_web_public ~}} - - {{/if}} + {{~#if is_web_public ~}} + + {{/if}} - {{~! Recipient (e.g. stream/topic or topic) ~}} - {{~display_recipient~}} - + {{~! Recipient (e.g. stream/topic or topic) ~}} + {{~display_recipient~}} + - {{! hidden narrow icon for copy-pasting }} - > + {{! hidden narrow icon for copy-pasting }} + > - {{! topic stuff }} - - {{! topic link }} - - {{#if use_match_properties}} - {{{match_topic}}} - {{else}} - {{topic}} - {{/if}} - - - - - - - - {{! exterior links (e.g. to a trac ticket) }} - {{#each topic_links}} - - - - {{/each}} - - {{! edit topic pencil icon }} - {{#if always_visible_topic_edit}} - - {{else if on_hover_topic_edit}} - - {{/if}} - - {{#if user_can_resolve_topic}} - {{#if topic_is_resolved}} - - {{else}} - - {{/if}} - {{/if}} - - {{#if topic_muted}} - - + {{! topic stuff }} + + {{! topic link }} + + {{#if use_match_properties}} + {{{match_topic}}} {{else}} - - + {{topic}} {{/if}} + + + + + - {{{date}}} -
+ + {{! exterior links (e.g. to a trac ticket) }} + {{#each topic_links}} + + + + {{/each}} + + {{! edit topic pencil icon }} + {{#if always_visible_topic_edit}} + + {{else if on_hover_topic_edit}} + + {{/if}} + + {{#if user_can_resolve_topic}} + {{#if topic_is_resolved}} + + {{else}} + + {{/if}} + {{/if}} + + {{#if topic_muted}} + + + {{else}} + + + {{/if}} + + {{{date}}}
{{else}}