Aircoookie / WLED

Control WS2812B and many more types of digital RGB LEDs with an ESP8266 or ESP32 over WiFi!
https://kno.wled.ge
MIT License
15.01k stars 3.24k forks source link

Fixed the positioning of the "Download the latest binary" button #4184

Closed maxi4329 closed 1 month ago

maxi4329 commented 1 month ago

Corrects the positioning of the "Download the latest binary" button on the update.htm page, where the button was slightly misaligned above the text. The issue was resolved by using vertical-align: text-bottom;.

Additionally, the alignment of the <a> tag with the <img> inside it has been improved by applying display: inline-flex; (see comparison images below).

before: before

after: after

Edit: Fixed the issue where the space after "Download the latest binary:" disappeared after building by adding &nbsp;.