Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pagination doesn't wrap on lesser window width #5711

Closed
vintprox opened this issue Jan 13, 2019 · 2 comments · Fixed by #6532
Closed

Pagination doesn't wrap on lesser window width #5711

vintprox opened this issue Jan 13, 2019 · 2 comments · Fixed by #6532
Labels
issue/confirmed Issue has been reviewed and confirmed to be present or accepted to be implemented topic/ui Change the appearance of the Gitea UI type/bug
Milestone

Comments

@vintprox
Copy link

vintprox commented Jan 13, 2019

As seen on try.gitea.io.

Description

Pagination is not wrapping against window width, which makes mobile view look inconsistently broken (when I zoom out to see the rest), since there is no even overflow: scroll-x; set on pagination's container.

Screenshots

screenshot_2019-01-13-10-44-42

@vintprox
Copy link
Author

vintprox commented Jan 13, 2019

Workarounds

There are two workarounds.

  • Hide page numbers on lesser resolution, so only "previous" and "next" buttons could be seen in this case.
  • overflow-x: scroll; CSS rule should be present on pagination's container and container then must have larger inner height to catch tap actions seamlessly.

@lunny lunny added type/bug topic/ui Change the appearance of the Gitea UI labels Jan 17, 2019
@stale
Copy link

stale bot commented Mar 18, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions.

@stale stale bot added the issue/stale label Mar 18, 2019
@zeripath zeripath added issue/confirmed Issue has been reviewed and confirmed to be present or accepted to be implemented and removed issue/stale labels Mar 19, 2019
saitho added a commit to saitho/gitea that referenced this issue Apr 7, 2019
Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com>
@lafriks lafriks added this to the 1.9.0 milestone Apr 8, 2019
lafriks pushed a commit that referenced this issue Apr 8, 2019
Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com>
@go-gitea go-gitea locked and limited conversation to collaborators Nov 24, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
issue/confirmed Issue has been reviewed and confirmed to be present or accepted to be implemented topic/ui Change the appearance of the Gitea UI type/bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants