ssb: pub messaged needed padding.
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 26m26s
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 26m26s
This commit is contained in:
@ -744,7 +744,7 @@ class TfMessageElement extends LitElement {
|
||||
overflow-wrap: anywhere;
|
||||
}
|
||||
</style>
|
||||
<span>
|
||||
<div class="w3-padding">
|
||||
<div>
|
||||
🍻
|
||||
<tf-user
|
||||
@ -753,7 +753,7 @@ class TfMessageElement extends LitElement {
|
||||
></tf-user>
|
||||
</div>
|
||||
<pre>${content.address.host}:${content.address.port}</pre>
|
||||
</span>`
|
||||
</div>`
|
||||
);
|
||||
} else if (content.type === 'channel') {
|
||||
return this.render_small_frame(html`
|
||||
|
Reference in New Issue
Block a user