Stick email status to bottom of screen

We’ve moved away from using the expand/collapse pattern on the page
where you click ‘send’. Instead we’re putting the send button in the
sticky footer.

So it’s a bit jarring to still have the expand/collapse on the page you
see after you’ve sent an email. This commit replaces it with the sticky
footer as well.

This is only relevant for emails because:

1. Text messages are generally short enough to fit on the screen
2. We don’t show the status of letters because they don’t really change
This commit is contained in:
Chris Hill-Scott
2018-11-20 13:57:48 +00:00
parent a5bbabcd7b
commit c7118a80e2
3 changed files with 11 additions and 0 deletions

View File

@@ -50,6 +50,10 @@
margin-bottom: 0;
}
.notification-status {
margin: 0;
}
}
.content-fixed,