1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2026-01-09 04:31:55 +00:00

ui: Mark messages as seen after 1.5s for #58

Embolden subject font for unseen messages.
This commit is contained in:
James Hillyerd
2018-04-01 15:16:48 -07:00
parent dc02092cf6
commit c695a2690d
5 changed files with 45 additions and 6 deletions

View File

@@ -29,6 +29,10 @@ body {
font-size: 18px;
}
.message-list-entry .unseen {
font-weight: bold;
}
.message-list-scroll {
overflow-y: auto;
}