Skip to content

feat: enhance modal positioning and animation for improved user exper…#16

Merged
Degalax merged 1 commit intomainfrom
feat/planning-implementation
Feb 5, 2026
Merged

feat: enhance modal positioning and animation for improved user exper…#16
Degalax merged 1 commit intomainfrom
feat/planning-implementation

Conversation

@Degalax
Copy link
Collaborator

@Degalax Degalax commented Feb 5, 2026

This pull request updates the modal styling in the Planning page to improve its positioning and appearance. The main changes focus on centering the modal, refining its animation, and adjusting the overlay styles for better user experience.

Modal positioning and appearance improvements:

  • Centered the .planning-modal both vertically and horizontally using position: fixed, top: 50%, left: 50%, and transform: translate(-50%, -50%). Also updated the animation keyframes to match the new centering logic.
  • Adjusted the modal's width to calc(100% - 2rem) for better responsiveness and set a higher z-index to ensure it appears above the overlay.

Overlay style adjustments:

  • Removed flexbox centering and padding from the overlay, and added border: none and cursor: default for a cleaner, less interactive background.…ience

@Degalax Degalax self-assigned this Feb 5, 2026
@Degalax Degalax added the fix Resolving error label Feb 5, 2026
@Degalax Degalax merged commit 4b74f65 into main Feb 5, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

fix Resolving error

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants