forked from cory/tildefriends
		
	ssb: Trying to keep things CSS-ing off the screen.
This commit is contained in:
		| @@ -426,7 +426,7 @@ ${JSON.stringify(mention, null, 2)}</pre | ||||
| 			return html` | ||||
| 				<div | ||||
| 					class="w3-card-4 ${class_background} w3-border-theme" | ||||
| 					style="margin-top: 8px; padding: 16px; display: inline-block; overflow-wrap: anywhere" | ||||
| 					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> | ||||
| 					<span style="padding-right: 8px" | ||||
| @@ -456,7 +456,7 @@ ${JSON.stringify(mention, null, 2)}</pre | ||||
| 		if (this.message?.type === 'contact_group') { | ||||
| 			return html` <div | ||||
| 				class="w3-card-4 ${class_background} w3-border-theme" | ||||
| 				style="margin-top: 8px; padding: 16px; overflow-wrap: anywhere" | ||||
| 				style="margin-top: 8px; padding: 16px; overflow: scroll; overflow-wrap: anywhere; display: block; max-width: 100%" | ||||
| 			> | ||||
| 				${this.message.messages.map( | ||||
| 					(x) => | ||||
| @@ -474,7 +474,7 @@ ${JSON.stringify(mention, null, 2)}</pre | ||||
| 		} else if (this.message.placeholder) { | ||||
| 			return html` <div | ||||
| 				class="w3-card-4 ${class_background} w3-border-theme" | ||||
| 				style="margin-top: 8px; padding: 16px; overflow-wrap: anywhere" | ||||
| 				style="margin-top: 8px; padding: 16px; overflow: scroll; overflow-wrap: anywhere; display: block; max-width: 100%" | ||||
| 			> | ||||
| 				<a target="_top" href=${'#' + encodeURIComponent(this.message.id)} | ||||
| 					>${this.message.id}</a | ||||
| @@ -624,7 +624,7 @@ ${JSON.stringify(content, null, 2)}</pre | ||||
| 					</style> | ||||
| 					<div | ||||
| 						class="w3-card-4 ${class_background} w3-border-theme" | ||||
| 						style="margin-top: 8px; padding: 16px" | ||||
| 						style="margin-top: 8px; padding: 16px; overflow: scroll; overflow-wrap: anywhere; display: block; max-width: 100%" | ||||
| 					> | ||||
| 						<div style="display: flex; flex-direction: row"> | ||||
| 							<tf-user id=${this.message.author} .users=${this.users}></tf-user> | ||||
| @@ -681,7 +681,7 @@ ${JSON.stringify(content, null, 2)}</pre | ||||
| 					</style> | ||||
| 					<div | ||||
| 						class="w3-card-4 ${class_background} w3-border-theme" | ||||
| 						style="margin-top: 8px; padding: 16px" | ||||
| 						style="margin-top: 8px; padding: 16px; overflow: scroll; overflow-wrap: anywhere; display: block; max-width: 100%" | ||||
| 					> | ||||
| 						<div style="display: flex; flex-direction: row"> | ||||
| 							<tf-user id=${this.message.author} .users=${this.users}></tf-user> | ||||
| @@ -776,7 +776,7 @@ ${JSON.stringify(content, null, 2)}</pre | ||||
| 					</style> | ||||
| 					<div | ||||
| 						class="w3-card-4 ${class_background} w3-border-theme" | ||||
| 						style="margin-top: 8px; padding: 16px" | ||||
| 						style="margin-top: 8px; padding: 16px; overflow: scroll; overflow-wrap: anywhere; display: block; max-width: 100%" | ||||
| 					> | ||||
| 						<div style="display: flex; flex-direction: row"> | ||||
| 							<tf-user id=${this.message.author} .users=${this.users}></tf-user> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user