Skip to content

Login & registration form offset #16815

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

Closed
2 of 6 tasks
xiaoyong-wang opened this issue Aug 25, 2021 · 6 comments
Closed
2 of 6 tasks

Login & registration form offset #16815

xiaoyong-wang opened this issue Aug 25, 2021 · 6 comments
Labels
topic/mobile topic/ui Change the appearance of the Gitea UI

Comments

@xiaoyong-wang
Copy link

xiaoyong-wang commented Aug 25, 2021

  • Gitea version (or commit ref): 1.15.0
  • Git version: 2.25.1
  • Operating system: Ubuntu 20.04.3 LTS
    I am running gitea using the prebuilt binary from dl.gitea.io. It is running via systemd.
  • Database (use [x]):
    • PostgreSQL
    • MySQL
    • MSSQL
    • SQLite
  • Can you reproduce the bug at https://try.gitea.io:
    • Yes (provide example URL)
    • No
  • Log gist:
  • N/A

Description

The login & registration form appears to be offset (to the right) on mobile. You can see in the screenshots below.

Screenshots

(This is on mobile. On desktop, this issue does not exist.)
https://i.imgur.com/gnFQ9Ob.png
https://i.imgur.com/Jv3bbci.png

@noerw noerw added topic/ui Change the appearance of the Gitea UI topic/mobile labels Aug 25, 2021
@silverwind
Copy link
Member

Can't reproduce on desktop browser in mobile mode at least:

image

image

@xiaoyong-wang
Copy link
Author

xiaoyong-wang commented Sep 6, 2021

Can't reproduce on desktop browser in mobile mode at least:

image image

As mentioned, this issue is not present on Gitea.com
It is present on pretty much any other Gitea instance, including codeberg.org and my own.

@silverwind
Copy link
Member

I see it on https://codeberg.org/user/sing_up. Issue comes from this rule:

@media only screen and (max-width: 767.98px) {
  .ui.ui.ui.container:not(.fluid) {
    width: auto;
    margin-left: 1em;
    margin-right: 1em;
  }
}

No idea why but that rule does not seem to be present on try.

@silverwind
Copy link
Member

Actually this was fixed in #16396, will backport it.

@xiaoyong-wang
Copy link
Author

Actually this was fixed in #16396, will backport it.

Alright, thanks.

@silverwind
Copy link
Member

Backport to 1.15 in #16976.

@go-gitea go-gitea locked and limited conversation to collaborators Oct 19, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
topic/mobile topic/ui Change the appearance of the Gitea UI
Projects
None yet
Development

No branches or pull requests

3 participants