You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: clean up Live Preview frame and improve content centering
- Remove unnecessary gray frame that was appearing below the main frame
- Simplify frame structure by removing relative positioning and max-width constraints
- Fix content centering by using fixed width (200px) instead of responsive max-width
- Remove redundant wrapper divs that were causing layout issues
- Ensure proper centering with flex justify-center on the container
- Maintain 9:16 aspect ratio and 400px height for realistic mobile appearance
- Keep the black frame with rounded corners and shadow for professional look
The Live Preview now shows a clean, properly centered mobile frame without any extra gray elements.
0 commit comments