web: fix right justify of read icon/timestamp on closed message header

This commit is contained in:
Bill Thiede 2024-10-03 09:03:22 -07:00
parent 55b46ff929
commit afb1d291ec

View File

@ -578,8 +578,7 @@ fn render_closed_header(msg: &ShowThreadQueryThreadOnEmailThreadMessages) -> Nod
C!["flex"], C!["flex"],
div![avatar], div![avatar],
div![ div![
C!["px-4"], C!["px-4", "mr-auto"],
C!["w-fit"],
span![C!["font-semibold", "text-sm"], &from], span![C!["font-semibold", "text-sm"], &from],
" ", " ",
IF!(!msg.to.is_empty() => div![ IF!(!msg.to.is_empty() => div![