fix: improve landing page layout, responsiveness and editor UI (#520)#1558
Open
samritmukherjee wants to merge 1 commit into
Open
fix: improve landing page layout, responsiveness and editor UI (#520)#1558samritmukherjee wants to merge 1 commit into
samritmukherjee wants to merge 1 commit into
Conversation
|
@samritmukherjee is attempting to deploy a commit to the magic-peach1's projects Team on Vercel. A member of the Team first needs to authorize it. |
Contributor
✅ PR Format Check Passed — @samritmukherjeeBasic format checks passed. A maintainer will review your code changes. This does not mean the PR is approved — it just means the format is correct. |
Contributor
👋 Thanks for your PR, @samritmukherjee!Welcome to Reframe — a browser-based video editor built for everyone 🎬
What happens next
Quick checklist
Useful links
Happy coding! 🎉 |
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.
Key Changes
Grid Wrapping Bug Fix
Fixed a columns count bug in
PrivacySection.tsxwhere the left column (col-span-6) and right cards column (col-span-7) totaled 13 columns inside a 12-column grid.This caused the cards to wrap underneath the text block, leaving the entire right-hand side of wide desktop screens empty.
Updated layout to:
col-span-5col-span-7Both sections now render side-by-side correctly.
Horizontally Screen-Fit Layout
Expanded the maximum container widths of landing page components:
Replaced restrictive
max-w-7xlsizing with:max-w-[90%]2xl:max-w-[1500px]Eliminated excessive empty margins on large displays and improved content distribution.
Readability Sizing Enhancements
Increased small text sizes (
text-[9px],text-[10px],text-[11px], etc.) to more readable utility classes such as:text-xstext-smtext-baseImproved trust card readability and spacing.
Increased icon sizes from
h-4.5 w-4.5toh-6 w-6.Improved Data Flow progress bar thickness and label sizing.
Video Editor UI Improvements
Increased editor column widths from fixed
340pxlayouts to flexible1.4fr / 1.6fr.Enlarged:
Updated:
Header Clean-Up on Mobile
smbreakpoints.Removed Duplicate Settings Sections
Responsive Format Presets
Updated Quick Actions preset grid to adapt responsively:
Workspace Compilation Fix
tsconfig.json.reframe/next.config.tsto avoid duplicate lint/typecheck executions during builds.Related Issue
Fixes landing page layout wrapping, viewport width stretching, and small font size legibility issues across different devices.
Closes #520
Type of Contribution
Participant Info
Screen Recording
Recording / Loom Link:
(Add your recording link here)
Checklist
Uploading Screen Recording 2026-05-29 170347.mp4…