ssb: Why did this vertical alignment change? I will never know, but I can poke it back.

This commit is contained in:
2024-12-29 14:59:12 -05:00
parent bb97a8cccc
commit 5d9785ac2d
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ class TfUserElement extends LitElement {
/>`;
}
}
return html` <div style="display: inline-block; font-weight: bold; text-wrap: nowrap; max-width: 100%; overflow: hidden; text-overflow: ellipsis">
return html` <div style="display: inline-block; vertical-align: middle; font-weight: bold; text-wrap: nowrap; max-width: 100%; overflow: hidden; text-overflow: ellipsis">
${image} ${name}
</div>`;
}