mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
unread_banner: Refactor unread banner HTML structure.
Previously, the unread banner templates just rendered on the contents of the unread banner. This works fine if we don't want to make changes towards the parent/container of the contents. This change introduces a new container to each unread banner templates and a rename. Thus, we can make unique styling changes to the unread banners while also bring the structure closer to how it is for compose banners.
This commit is contained in:
@@ -226,7 +226,7 @@
|
||||
</div>
|
||||
<div id="typing_notifications">
|
||||
</div>
|
||||
<div id="mark_as_read_turned_off_banner" class="alert home-error-bar">
|
||||
<div id="mark_read_on_scroll_state_banner">
|
||||
</div>
|
||||
<div id="bottom_whitespace">
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user