web: fix spacing when there are few To/CC
This commit is contained in:
parent
822e1b0a9c
commit
0b5e057fe6
@ -492,9 +492,9 @@ fn render_open_header(msg: &ShowThreadQueryThreadOnEmailThreadMessages) -> Node<
|
||||
let img = render_avatar(avatar, &from);
|
||||
div![figure![
|
||||
C!["flex"],
|
||||
div![C!["w-16", "h-16", "mx-auto", "h-auto"], &img],
|
||||
div![C!["w-16", "h-16", "h-auto"], &img],
|
||||
div![
|
||||
C!["px-4"],
|
||||
C!["px-4", "mr-auto"],
|
||||
span![C!["font-semibold"], &from],
|
||||
" ",
|
||||
from_detail.as_ref().map(|text| copy_text_widget(&text)),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user