-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
Labels
Comments
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. |
Actually this was fixed in #16396, will backport it. |
Alright, thanks. |
Backport to 1.15 in #16976. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am running gitea using the prebuilt binary from dl.gitea.io. It is running via systemd.
[x]
):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
The text was updated successfully, but these errors were encountered: