forked from cory/tildefriends
		
	Fix username/id extending off the screen in the welcome line.
This commit is contained in:
		| @@ -1,5 +1,5 @@ | |||||||
| { | { | ||||||
| 	"type": "tildefriends-app", | 	"type": "tildefriends-app", | ||||||
| 	"emoji": "🐌", | 	"emoji": "🐌", | ||||||
| 	"previous": "&wA6sLaDxtYeFdVCCu8jyhPsGYtGZEjbWQHeGOn0Yifg=.sha256" | 	"previous": "&h0sTvkhc3zEJw/sH612fy5i554Gr1AKzCBbLkm0KH28=.sha256" | ||||||
| } | } | ||||||
|   | |||||||
| @@ -136,7 +136,7 @@ class TfTabNewsElement extends LitElement { | |||||||
| 					${this.new_messages_text()} | 					${this.new_messages_text()} | ||||||
| 				</button> | 				</button> | ||||||
| 			</p> | 			</p> | ||||||
| 			<div> | 			<div class="w3-bar"> | ||||||
| 				Welcome, <tf-user id=${this.whoami} .users=${this.users}></tf-user>! | 				Welcome, <tf-user id=${this.whoami} .users=${this.users}></tf-user>! | ||||||
| 				${edit_profile} | 				${edit_profile} | ||||||
| 			</div> | 			</div> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user