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:
Joelute
2023-05-01 16:23:27 -04:00
committed by Tim Abbott
parent 47e0a89739
commit 5018cec311
7 changed files with 49 additions and 39 deletions

View File

@@ -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>