Skip to content

refactor(ui): Improve BlogAppbar padding for better text access #744

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

m4dd0c
Copy link

@m4dd0c m4dd0c commented Mar 19, 2025

PR Fixes:

  1. Adjusted BlogAppbar padding (p-6 → px-6 pt-6 mt-6) to prevent it from blocking text selection behind it.
  2. Introduced a subtle hover effect on text to enhance the reading experience and improve UX in BlogAppbar Menu.

Resolves #743

Checklist before requesting a review

  • I have performed a self-review of my code
  • I assure there is no similar/duplicate pull request regarding same issue

m4dd0c added 2 commits March 20, 2025 04:12
Replaced p-6 with px-6 pt-6 and mt-6 to resolve an issue where
the transparent BlogAppbar was blocking text selection behind it.
This change maintains the same UI appearance while improving usability.

No breaking changes introduced.
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.

bug: BlogAppbar obstructs text selection below it.
1 participant