Open
Description
The blue "Unread messages" bar at the top of the screen causes the message view window to noticeably jump when it appears/disappears. Instead, it should not affect the rendering of the message list at all, but smoothly appear on top of it, and then disappear again once the messages are read.
I think the fix for this will look like setting position: absolute
on UnreadNotice
, but I suspect it'll take a little bit of finagling to get it just right.