forked from cory/tildefriends
ssb: Whitespace around nested messages.
This commit is contained in:
parent
c26bf5c112
commit
3c60f8ca06
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"type": "tildefriends-app",
|
"type": "tildefriends-app",
|
||||||
"emoji": "🦀",
|
"emoji": "🦀",
|
||||||
"previous": "&mHXzUyx8vCpgyzOdGjGQlL1qrbsoc32knUR066aIzTM=.sha256"
|
"previous": "&jko2iokTaY2t/pD9m4ekMr0wsLjov3LVl9ShysXEjkE=.sha256"
|
||||||
}
|
}
|
||||||
|
@ -321,6 +321,7 @@ class TfMessageElement extends LitElement {
|
|||||||
`;
|
`;
|
||||||
} else {
|
} else {
|
||||||
return html`
|
return html`
|
||||||
|
<div class="w3-container w3-margin-bottom">
|
||||||
${repeat(
|
${repeat(
|
||||||
this.message.child_messages || [],
|
this.message.child_messages || [],
|
||||||
(x) => x.id,
|
(x) => x.id,
|
||||||
@ -335,6 +336,7 @@ class TfMessageElement extends LitElement {
|
|||||||
channel_unread=${this.channel_unread}
|
channel_unread=${this.channel_unread}
|
||||||
></tf-message>`
|
></tf-message>`
|
||||||
)}
|
)}
|
||||||
|
</div>
|
||||||
<button
|
<button
|
||||||
class="w3-button w3-theme-d1 w3-block w3-bar"
|
class="w3-button w3-theme-d1 w3-block w3-bar"
|
||||||
style="box-sizing: border-box"
|
style="box-sizing: border-box"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user