git ssb

2+

mixmix / ticktack



Commit fee2e3b7fdd8450fbfe1e46220642ed555f52eab

show unread messages in bold

Dominic Tarr committed on 11/19/2017, 11:50:33 PM
Parent: 120199bf0f621f675ea6a87a71231c7e400eb81b

Files changed

app/html/thread.mcsschanged
app/html/thread.mcssView
@@ -32,8 +32,12 @@
3232 div.msg-row {
3333 div.msg {
3434 border: 1px #fff solid
3535 $roundRight
36+ -unread {
37+ font-weight: bold
38+ }
39+
3640 }
3741 }
3842 }
3943 }
@@ -80,4 +84,6 @@
8084 }
8185 }
8286 }
8387
88+
89+

Built with git-ssb-web