Improve layout for the public download page#30655
Merged
CarlSchwan merged 2 commits intomasterfrom Jan 14, 2022
Merged
Conversation
Closed
This centers the content inside the pages, while also not hardcoded the size of the footer. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
5a7b2d6 to
2e55ce0
Compare
Member
|
@CarlSchwan Your screenshot does not have the 3 lines at the bottom (just enter a disclaimer on the |
Member
Author
solracsf
approved these changes
Jan 13, 2022
skjnldsv
approved these changes
Jan 14, 2022
Member
Author
|
Tests are failing due to the non breaking space, i will look into it |
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
183357c to
46c0ceb
Compare
Member
Author
|
Should I do a backport? Since this fixes the issue with the footer size not working correctly then there is a privacy policy |
Contributor
I vote for yes |
Member
|
Ok for backport to me @CarlSchwan |
Member
Author
|
/backport to stable23 |
Member
Author
|
/backport to stable22 |
Member
Author
|
/backport to stable21 |
This was referenced Jan 14, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

This centers the content inside the pages, while also not hardcoded the
size of the footer and removing an annoying small vertical scroll.
Before:
After:
Signed-off-by: Carl Schwan carl@carlschwan.eu