Skip to content

fix: make editor full-screen responsive and delete button larger#4

Merged
BandiAkarsh merged 1 commit intomainfrom
fix/investigate-caching-deployment
Mar 1, 2026
Merged

fix: make editor full-screen responsive and delete button larger#4
BandiAkarsh merged 1 commit intomainfrom
fix/investigate-caching-deployment

Conversation

@BandiAkarsh
Copy link
Copy Markdown
Owner

Delete Button Improvements:

  • Increase size from 28x28px to 36x36px
  • Increase icon from 16x16 to 20x20
  • Add background and border for better visibility
  • Add hover scale effect (1.1x)
  • Show border color change on hover

Editor Full-Screen Responsive:

  • Remove margin and border-radius (was creating square box)
  • Set width and height to 100%
  • Make ProseMirror fill entire viewport height
  • Add responsive padding for different screen sizes:
    • Desktop (>1200px): 48px padding
    • Tablet (768-1200px): 32px padding
    • Mobile (<768px): 20px padding
    • Small mobile (<480px): 16px padding
  • Remove max-width constraint
  • Calculate min-height based on viewport (100vh - toolbar height)

The editor now fills the entire screen responsively on all devices

Delete Button Improvements:
- Increase size from 28x28px to 36x36px
- Increase icon from 16x16 to 20x20
- Add background and border for better visibility
- Add hover scale effect (1.1x)
- Show border color change on hover

Editor Full-Screen Responsive:
- Remove margin and border-radius (was creating square box)
- Set width and height to 100%
- Make ProseMirror fill entire viewport height
- Add responsive padding for different screen sizes:
  - Desktop (>1200px): 48px padding
  - Tablet (768-1200px): 32px padding
  - Mobile (<768px): 20px padding
  - Small mobile (<480px): 16px padding
- Remove max-width constraint
- Calculate min-height based on viewport (100vh - toolbar height)

The editor now fills the entire screen responsively on all devices
@BandiAkarsh BandiAkarsh merged commit 95c982f into main Mar 1, 2026
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.

1 participant