Profile page layout not fully responsive on very small screens #6
Labels
No labels
bug
discussion
enhancement
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
edufeed/edufeed-app#6
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Report
On very small screens the profile layout breaks:
Expected
Profile page fully usable on narrow viewports (~360-500 px): scrollable or wrapping tab row, no horizontal page overflow.
Improved on branch
fix/profile-ui-issues-5-6.The tab row scrolls horizontally but hides its scrollbar, so on narrow screens there was no indication that more tabs (Umfragen, Lesezeichen, Communities, Badges) exist past the edge — they just looked cut off. The strip now shows a soft fade on whichever edge has clipped content, updating live while scrolling (verified at 400px).
I could not reproduce a page-level horizontal overflow on the current dev build at 360-500px — the body stays within the viewport. If you still see a horizontal scrollbar somewhere, please note the exact page/viewport and I will follow up.
The tab-strip fade fix lives on the same branch and was merged to
devtogether with #5 — please close after a quick look on a narrow viewport.Confirmed by Steffen, merged to dev.