ssb: Unknown message types need some padding.
Some checks failed
Build Tilde Friends / Build-All (push) Has been cancelled
Some checks failed
Build Tilde Friends / Build-All (push) Has been cancelled
This commit is contained in:
parent
6488ab60ec
commit
4257b2ed51
@ -775,7 +775,7 @@ class TfMessageElement extends LitElement {
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
return this.render_small_frame(
|
return this.render_small_frame(
|
||||||
html`<div class="w3-container"><b>type</b>: ${content.type}</div>`
|
html`<div class="w3-container"><p><b>type</b>: ${content.type}</p></div>`
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
} else if (typeof this.message.content == 'string') {
|
} else if (typeof this.message.content == 'string') {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user