fix: make editor full-screen responsive and delete button larger#4
Merged
BandiAkarsh merged 1 commit intomainfrom Mar 1, 2026
Merged
Conversation
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Delete Button Improvements:
Editor Full-Screen Responsive:
The editor now fills the entire screen responsively on all devices