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

Resolving Content Alignment Issue with "Jump to Previous" and "Jump to Next" Buttons #16

Merged
merged 1 commit into from
Feb 23, 2024

Conversation

devansh-m12
Copy link
Contributor

This pull request resolves issue #15, where the content alignment within the body of the page was not properly configured. Specifically, the "Jump to Previous" and "Jump to Next" buttons were colliding with the main text of the body, resulting in inconsistencies in the display and functionality of the page.

To fix this issue, I have adjusted the CSS to remove the fixed length assigned to the root element, allowing for proper alignment and spacing throughout the page.

This resolves the alignment inconsistencies and restores the intended functionality of the page. Please review and merge accordingly.

Thank you.

Installation.-.act.-.User.Guide.-.Google.Chrome.2024-02-13.12-49-33.mp4

@devansh-m12 devansh-m12 requested a review from a team as a code owner February 13, 2024 07:23
@devansh-m12
Copy link
Contributor Author

Hey @cplee one more review is required?

@ChristopherHX
Copy link
Contributor

I can do the second review this afternoon...

It would help me if we could somehow get a live preview per PR on GitHub Pages, but that's only my own small issue with reviews of style changes.

Copy link
Contributor

@ChristopherHX ChristopherHX left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is better

  • All width doesn't overlap prev/next buttons with content
    • 1920px and 800px with not affected by the problem

What is suboptimal now

  • 1920px width is no longer filled with content

=> My Conclusion better not altering predefined styles to avoid UI glitches

@ChristopherHX ChristopherHX merged commit 7237d4d into nektos:main Feb 23, 2024
1 check passed
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.

Content Alignment Issue with "Jump to Previous" and "Jump to Next" Buttons
3 participants