ssb: Try to stop dates from wrapping into a vertical line of single characters.
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 22m9s
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 22m9s
This commit is contained in:
parent
0c394c2e61
commit
671e3e19ff
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"type": "tildefriends-app",
|
"type": "tildefriends-app",
|
||||||
"emoji": "🦀",
|
"emoji": "🦀",
|
||||||
"previous": "&arQAUZPC4NbeW6hF1sfEH7DUvycOiHG1zJyLhtuGOkA=.sha256"
|
"previous": "&bBoMW+AjErDfa483Mg3+h1L25xfDDeVSpcfD9WAwL3U=.sha256"
|
||||||
}
|
}
|
||||||
|
@ -429,7 +429,7 @@ ${JSON.stringify(mention, null, 2)}</pre
|
|||||||
style="margin-top: 8px; padding: 16px; display: inline-block; overflow: scroll; overflow-wrap: anywhere; display: block; max-width: 100%"
|
style="margin-top: 8px; padding: 16px; display: inline-block; overflow: scroll; overflow-wrap: anywhere; display: block; max-width: 100%"
|
||||||
>
|
>
|
||||||
<tf-user id=${self.message.author} .users=${self.users}></tf-user>
|
<tf-user id=${self.message.author} .users=${self.users}></tf-user>
|
||||||
<span style="padding-right: 8px"
|
<span style="padding-right: 8px; text-wrap: nowrap"
|
||||||
><a tfarget="_top" href=${'#' + encodeURIComponent(self.message.id)}
|
><a tfarget="_top" href=${'#' + encodeURIComponent(self.message.id)}
|
||||||
>%</a
|
>%</a
|
||||||
>
|
>
|
||||||
@ -630,7 +630,7 @@ ${JSON.stringify(content, null, 2)}</pre
|
|||||||
<tf-user id=${this.message.author} .users=${this.users}></tf-user>
|
<tf-user id=${this.message.author} .users=${this.users}></tf-user>
|
||||||
${is_encrypted}
|
${is_encrypted}
|
||||||
<span style="flex: 1"></span>
|
<span style="flex: 1"></span>
|
||||||
<span style="padding-right: 8px"
|
<span style="padding-right: 8px; text-wrap: nowrap"
|
||||||
><a
|
><a
|
||||||
target="_top"
|
target="_top"
|
||||||
href=${'#' + encodeURIComponent(self.message.id)}
|
href=${'#' + encodeURIComponent(self.message.id)}
|
||||||
@ -687,7 +687,7 @@ ${JSON.stringify(content, null, 2)}</pre
|
|||||||
<tf-user id=${this.message.author} .users=${this.users}></tf-user>
|
<tf-user id=${this.message.author} .users=${this.users}></tf-user>
|
||||||
${is_encrypted}
|
${is_encrypted}
|
||||||
<span style="flex: 1"></span>
|
<span style="flex: 1"></span>
|
||||||
<span style="padding-right: 8px"
|
<span style="padding-right: 8px; text-wrap: nowrap"
|
||||||
><a
|
><a
|
||||||
target="_top"
|
target="_top"
|
||||||
href=${'#' + encodeURIComponent(self.message.id)}
|
href=${'#' + encodeURIComponent(self.message.id)}
|
||||||
@ -781,7 +781,7 @@ ${JSON.stringify(content, null, 2)}</pre
|
|||||||
<div style="display: flex; flex-direction: row">
|
<div style="display: flex; flex-direction: row">
|
||||||
<tf-user id=${this.message.author} .users=${this.users}></tf-user>
|
<tf-user id=${this.message.author} .users=${this.users}></tf-user>
|
||||||
<span style="flex: 1"></span>
|
<span style="flex: 1"></span>
|
||||||
<span style="padding-right: 8px"
|
<span style="padding-right: 8px; text-wrap: nowrap"
|
||||||
><a
|
><a
|
||||||
target="_top"
|
target="_top"
|
||||||
href=${'#' + encodeURIComponent(self.message.id)}
|
href=${'#' + encodeURIComponent(self.message.id)}
|
||||||
|
Loading…
Reference in New Issue
Block a user