-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Improve layout for the public download page #30655
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
Conversation
This centers the content inside the pages, while also not hardcoded the size of the footer. Signed-off-by: Carl Schwan <[email protected]>
5a7b2d6 to
2e55ce0
Compare
|
@CarlSchwan Your screenshot does not have the 3 lines at the bottom (just enter a disclaimer on the |
|
Tests are failing due to the non breaking space, i will look into it |
Signed-off-by: Carl Schwan <[email protected]>
183357c to
46c0ceb
Compare
szaimen
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
works
|
Should I do a backport? Since this fixes the issue with the footer size not working correctly then there is a privacy policy |
I vote for yes |
|
Ok for backport to me @CarlSchwan |
|
/backport to stable23 |
|
/backport to stable22 |
|
/backport to stable21 |

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 [email protected]