forked from cory/tildefriends
		
	ssb: Fiddle with the placement of the hamburger menu, and fix the tf-compose placeholder text.
This commit is contained in:
		| @@ -1,5 +1,5 @@ | |||||||
| { | { | ||||||
| 	"type": "tildefriends-app", | 	"type": "tildefriends-app", | ||||||
| 	"emoji": "🦀", | 	"emoji": "🦀", | ||||||
| 	"previous": "&o2PXeddklapw00HJmK23zXGnBv5UVpv+njzUVC7Xn5E=.sha256" | 	"previous": "&mPr1PL07/XaDJsYzy4NN1SddVMroTrV1WQncr8dcq8g=.sha256" | ||||||
| } | } | ||||||
|   | |||||||
| @@ -563,6 +563,14 @@ class TfComposeElement extends LitElement { | |||||||
| 						🔐 | 						🔐 | ||||||
| 					</button>`; | 					</button>`; | ||||||
| 		let result = html` | 		let result = html` | ||||||
|  | 			<style> | ||||||
|  | 				.w3-input:empty::before { | ||||||
|  | 					content: attr(placeholder); | ||||||
|  | 				} | ||||||
|  | 				.w3-input:empty:focus::before { | ||||||
|  | 					content: ''; | ||||||
|  | 				} | ||||||
|  | 			</style> | ||||||
| 			<div | 			<div | ||||||
| 				class="w3-card-4 w3-theme-d4 w3-padding-small" | 				class="w3-card-4 w3-theme-d4 w3-padding-small" | ||||||
| 				style="box-sizing: border-box" | 				style="box-sizing: border-box" | ||||||
|   | |||||||
| @@ -239,13 +239,6 @@ class TfTabNewsElement extends LitElement { | |||||||
| 				class="w3-main" | 				class="w3-main" | ||||||
| 			> | 			> | ||||||
| 				<div style="padding: 8px"> | 				<div style="padding: 8px"> | ||||||
| 					<div |  | ||||||
| 						id="show_sidebar" |  | ||||||
| 						class="w3-left w3-button w3-hide-large" |  | ||||||
| 						@click=${this.show_sidebar} |  | ||||||
| 					> |  | ||||||
| 						☰ |  | ||||||
| 					</div> |  | ||||||
| 					<p> | 					<p> | ||||||
| 						${this.hash.startsWith('##') | 						${this.hash.startsWith('##') | ||||||
| 							? html` | 							? html` | ||||||
| @@ -260,7 +253,14 @@ class TfTabNewsElement extends LitElement { | |||||||
| 								` | 								` | ||||||
| 							: undefined} | 							: undefined} | ||||||
| 					</p> | 					</p> | ||||||
| 					<div class="w3-bar"> | 					<div> | ||||||
|  | 						<div | ||||||
|  | 							id="show_sidebar" | ||||||
|  | 							class="w3-button w3-hide-large" | ||||||
|  | 							@click=${this.show_sidebar} | ||||||
|  | 						> | ||||||
|  | 							☰ | ||||||
|  | 						</div> | ||||||
| 						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