css: Implement new design for recipient row.

This mostly includes the CSS changes for recipient row design,
most of the HTML and JS changes are present in previous commits to
this.
This commit is contained in:
Aman Agrawal
2023-04-08 00:48:02 +00:00
committed by Tim Abbott
parent 3711d0ae69
commit bc8d136d5c
5 changed files with 185 additions and 134 deletions

View File

@@ -3,10 +3,9 @@
role="listitem">
<div class="unread_marker"><div class="unread-marker-fill"></div></div>
{{#if want_date_divider}}
<div class="date_row no-select" {{#if msg/is_stream}}style="box-shadow: inset 3px 0px 0px -1px {{background_color}}, -1px 0px 0px 0px {{background_color}};"{{/if}}>{{{date_divider_html}}}</div>
<div class="date_row no-select">{{{date_divider_html}}}</div>
{{/if}}
<div class="messagebox"
{{#if msg/is_stream}}style="box-shadow: inset 3px 0px 0px -1px {{background_color}}, -1px 0px 0px 0px {{background_color}};"{{/if}}>
<div class="messagebox">
<div class="messagebox-content">
{{> message_body}}
</div>