ssb: Slight tweaks to 'This message is not currently available.'
This commit is contained in:
@ -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}>
|
||||
%
|
||||
|
Reference in New Issue
Block a user