Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 3 commits into from
Oct 9, 2024

Conversation

maxi4329
Copy link

@maxi4329 maxi4329 commented Oct 7, 2024

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;.

@maxi4329 maxi4329 marked this pull request as draft October 7, 2024 17:19
@maxi4329 maxi4329 changed the title Fixed the positioning of the download button Fixed the positioning of the Download Latest Binary button Oct 7, 2024
@maxi4329 maxi4329 marked this pull request as ready for review October 7, 2024 17:59
@maxi4329 maxi4329 changed the title Fixed the positioning of the Download Latest Binary button Fixed the positioning of the "Download the latest binary" button Oct 7, 2024
@blazoncek blazoncek merged commit a60231b into Aircoookie:0_15 Oct 9, 2024
20 checks passed
softhack007 pushed a commit to MoonModules/WLED that referenced this pull request Oct 11, 2024
…coookie#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>
@maxi4329 maxi4329 deleted the download_button_pos_fix branch October 25, 2024 11:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants