forked from cory/tildefriends
ssb: Why did this vertical alignment change? I will never know, but I can poke it back.
This commit is contained in:
@ -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>`;
|
||||
}
|
||||
|
Reference in New Issue
Block a user