html: make chat avatars slightly bigger

This commit is contained in:
xfnw 2024-04-10 16:29:54 -04:00
parent 70f240a656
commit 8151294d48
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ impl Traverser for Handler {
let usr = usr.text().trim();
if !usr.is_empty() {
self.exp.push_str(
"<img class=chat-head aria-hidden=true width=42 src=\"",
"<img class=chat-head aria-hidden=true width=64 src=\"",
);
for _ in 1..self.numdir {
self.exp.push_str("../");