web: tweak subject line style

This commit is contained in:
Bill Thiede 2024-02-11 20:48:26 -08:00
parent 516eedb086
commit 7ebe517a34

View File

@ -403,6 +403,7 @@ fn thread(thread: &ShowThreadQueryThread) -> Node<Msg> {
let messages = thread.messages.iter().map(|msg| {
let is_unread = has_unread(&msg.tags);
let open = use_state(|| is_unread);
//info!("open {} {}", open.get(), msg.id);
if open.get() {
unread_message_render(&msg, open)
} else {
@ -413,8 +414,8 @@ fn thread(thread: &ShowThreadQueryThread) -> Node<Msg> {
let thread_id = thread.thread_id.clone();
div![
C!["thread"],
p![
C!["is-size-4"],
h1![
C!["title"],
span![
C!["read-status"],
i![