Fix landscape layout on mobile devices #117
Reference in New Issue
Block a user
Delete Branch "nayan9617/flotilla:fix/landscape-viewport"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
This PR addresses issue #108 and improves how Flotilla behaves in mobile landscape mode. A few full-height layout containers were using static viewport sizing, which can cause awkward cropping or overflow when the browser UI changes size on phones.
What changed
-Updated the main app shell to use dynamic viewport height.
-Aligned the affected sidebar and full-screen/detail views with the same sizing approach.
-Kept the change limited to layout code only, with no logic or data-flow changes.
Why this helps
-Mobile landscape is especially sensitive to browser chrome and safe-area changes.
-Dynamic viewport units track the visible screen more accurately than static screen height.
-The fix should make the app feel much more stable on Pixel-style devices and similar phones.
hello @hodlbod,
This PR fixes the issue #108. Please review the same!
cf8bbd4babtob162d39f7bThis is worth doing, but it doesn't solve the original issue I was seeing, see below:
oh okay got it! let me try to resolve the same.
Pull request closed