ssb: Slight tweaks to 'This message is not currently available.'

This commit is contained in:
Cory McWilliams 2025-05-31 15:20:55 -04:00
parent 4d3e42812d
commit 1c96f5c35e
2 changed files with 8 additions and 4 deletions

View File

@ -1,5 +1,5 @@
{
"type": "tildefriends-app",
"emoji": "🦀",
"previous": "&Ky/Q/lCC3DIcqbsO9KAnfKzeBE/e9CB/8C5jACZ3UDI=.sha256"
"previous": "&8FguUISZI689OYufyLsV05egyRv7JImnW6sqbevT7H0=.sha256"
}

View File

@ -678,11 +678,15 @@ class TfMessageElement extends LitElement {
}
} else if (this.message.placeholder) {
return this.render_frame(
html`<div class="w3-padding">
html`<div>
<div class="w3-bar">
<div class="w3-bar-item w3-panel w3-round-xlarge w3-theme-d1">
<a
class="w3-bar-item w3-panel w3-round-xlarge w3-theme-d1 w3-margin w3-button"
target="_top"
href=${'#' + encodeURIComponent(this.message?.id)}
>
This message is not currently available.
</div>
</a>
<div class="w3-bar-item w3-right">
<button class="w3-button w3-theme-d1" @click=${this.toggle_menu}>
%