Skip to content

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

Open
m4dd0c wants to merge 2 commits into
code100x:mainfrom
m4dd0c:ui/BlogAppbar
Open

refactor(ui): Improve BlogAppbar padding for better text access#744
m4dd0c wants to merge 2 commits into
code100x:mainfrom
m4dd0c:ui/BlogAppbar

Conversation

@m4dd0c

Copy link
Copy Markdown

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

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 freeto 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

@m4dd0c