ssb: Slight tweaks to 'This message is not currently available.'
This commit is contained in:
		| @@ -1,5 +1,5 @@ | ||||
| { | ||||
| 	"type": "tildefriends-app", | ||||
| 	"emoji": "🦀", | ||||
| 	"previous": "&Ky/Q/lCC3DIcqbsO9KAnfKzeBE/e9CB/8C5jACZ3UDI=.sha256" | ||||
| 	"previous": "&8FguUISZI689OYufyLsV05egyRv7JImnW6sqbevT7H0=.sha256" | ||||
| } | ||||
|   | ||||
| @@ -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