mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user