web: change up unread message styles

This commit is contained in:
2024-02-20 13:55:54 -08:00
parent c8e0f68278
commit 04592ddcc4
2 changed files with 21 additions and 10 deletions

View File

@@ -63,6 +63,10 @@
width: 100%;
}
.index tr.unread {
font-weight: bold;
}
.index .from {
overflow: hidden;
text-overflow: ellipsis;