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
feat: hide mobile warning box on all screen sizes (#2757)
* feat: hide mobile warning box on all screen sizes
- Changed className from 'sm:hidden' to 'hidden' in Hero component
- This hides the mobile warning box on mobile devices as requested
- Maintains existing behavior on larger screens (already hidden)
- Warning text: 'Onlook isn't designed for Mobile – Please open on a larger screen'
Co-Authored-By: [email protected] <[email protected]>
* fix: remove conflicting flex class to ensure hidden works properly
- Removed 'flex' class that conflicts with 'hidden' class
- Addresses Diamond AI code review feedback about CSS display conflicts
- Ensures mobile warning box is properly hidden on all screen sizes
Co-Authored-By: [email protected] <[email protected]>
---------
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: [email protected] <[email protected]>
0 commit comments