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:
parent
250933bf41
commit
a8f6b3a39a
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"type": "tildefriends-app",
|
"type": "tildefriends-app",
|
||||||
"emoji": "🦀",
|
"emoji": "🦀",
|
||||||
"previous": "&8oo0Movqf+EjqVRtP/TK9SJLoLFbXbnTH0F95sdI9q4=.sha256"
|
"previous": "&Ac5CtEBoIbQ8wM4FuIfTfF7j7U3Eb3C2BS9P72WyOFw=.sha256"
|
||||||
}
|
}
|
||||||
|
@ -744,7 +744,7 @@ class TfMessageElement extends LitElement {
|
|||||||
overflow-wrap: anywhere;
|
overflow-wrap: anywhere;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<span>
|
<div class="w3-padding">
|
||||||
<div>
|
<div>
|
||||||
🍻
|
🍻
|
||||||
<tf-user
|
<tf-user
|
||||||
@ -753,7 +753,7 @@ class TfMessageElement extends LitElement {
|
|||||||
></tf-user>
|
></tf-user>
|
||||||
</div>
|
</div>
|
||||||
<pre>${content.address.host}:${content.address.port}</pre>
|
<pre>${content.address.host}:${content.address.port}</pre>
|
||||||
</span>`
|
</div>`
|
||||||
);
|
);
|
||||||
} else if (content.type === 'channel') {
|
} else if (content.type === 'channel') {
|
||||||
return this.render_small_frame(html`
|
return this.render_small_frame(html`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user