kopia lustrzana https://github.com/Aircoookie/WLED
				
				
				
			Fixed the positioning of the "Download the latest binary" button (#4184)
* fixed the positioning of the download button * fixed space after "Download the latest binary:" disapering after building * fixed typo --------- Co-authored-by: maxi4329 <maxi4329>pull/4188/head
							rodzic
							
								
									c8dafede6d
								
							
						
					
					
						commit
						a60231ba59
					
				|  | @ -17,7 +17,8 @@ | |||
| 	<h2>WLED Software Update</h2> | ||||
| 	<form method='POST' action='./update' id='uf' enctype='multipart/form-data' onsubmit="U()"> | ||||
| 		Installed version: <span class="sip">##VERSION##</span><br> | ||||
| 		Download the latest binary: <a href="https://github.com/Aircoookie/WLED/releases" target="_blank"> | ||||
| 		Download the latest binary: <a href="https://github.com/Aircoookie/WLED/releases" target="_blank"  | ||||
| 		style="vertical-align: text-bottom; display: inline-flex;"> | ||||
| 		<img src="https://img.shields.io/github/release/Aircoookie/WLED.svg?style=flat-square"></a><br> | ||||
| 		<input type='file' name='update' required><br> <!--should have accept='.bin', but it prevents file upload from android app--> | ||||
| 		<button type="submit">Update!</button><br> | ||||
|  |  | |||
		Ładowanie…
	
		Reference in New Issue
	
	 maxi4329
						maxi4329