-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Refactor login page #31530
Refactor login page #31530
Conversation
Co-authored-by: silverwind <me@silverwind.io>
Oh and I would make the "Register Account" button also full width. |
Do you have an idea how to do this "nicely"? Problem was that the label is now nested in a div to be able to have the |
Fixed in fcd4bd5. Probably the best option as nesting inside the label would change the label text which might be bad for accessibilty. |
Thanks for the adjustments.
True, its not perfect yet. Without the logo it looked a bit too much like a dashboard card to me, but the header and the logo underneath isn't nice as well. Could you check if we can somehow get the red required star for the password back. |
Hmm it looks like Fomantic UI's CSS expects the label as a direct descendant: .ui.form .required.field > label::after So we likely need to remove the wrapper and find other solutions. |
Removed the logo and did some smaller adjustments. PR should be ready from my side now. |
Could you also update the screenshots? |
Sure updated them. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks nice 🚀
* giteaofficial/main: [skip ci] Updated translations via Crowdin Allow force push to protected branches (go-gitea#28086) Refactor login page (go-gitea#31530)
As requested in #31504 (comment). This PR refactor the login page:
Changes
*
and padding