ssb: Try not very successfully to make the welcome line format less awkwardly.
This commit is contained in:
@@ -428,7 +428,12 @@ class TfTabNewsElement extends LitElement {
|
||||
>
|
||||
${this.unread_status()}☰
|
||||
</div>
|
||||
Welcome, <tf-user id=${this.whoami} .users=${this.users}></tf-user>!
|
||||
<span
|
||||
style="display: inline-block; width: 100%; max-width: 100%; white-space: nowrap; overflow: hidden"
|
||||
>
|
||||
Welcome,
|
||||
<tf-user id=${this.whoami} .users=${this.users}></tf-user>!
|
||||
</span>
|
||||
${edit_profile}
|
||||
</div>
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user