gitea/templates/user/auth
wxiaoguang 3e7101dd64
Improve "new-menu" ()
I am not sure what "new-menu" means, but I think we need to fix these
problems:

1. it shouldn't have "stackable", which makes the items stacked when
width is small. the `new-menu` already has `overflow: auto`
2. `justify-content: center` doesn't work with `overflow: auto` (for
small width), so use `margin: auto`
*
https://bhch.github.io/posts/2021/04/centring-flex-items-and-allowing-overflow-scroll/
3. `runner-new-menu` is dead code (copying & pasting ?)
..
activate.tmpl Add main landmark to templates and adjust titles ()
captcha.tmpl Move helpers to be prefixed with `gt-` ()
change_passwd.tmpl Add main landmark to templates and adjust titles ()
change_passwd_inner.tmpl Make sure fmt catches all templates ()
finalize_openid.tmpl Add main landmark to templates and adjust titles ()
forgot_passwd.tmpl Add main landmark to templates and adjust titles ()
grant.tmpl Remove incorrect HTML self close tag ()
grant_error.tmpl Add main landmark to templates and adjust titles ()
link_account.tmpl Add main landmark to templates and adjust titles ()
oidc_wellknown.tmpl Add groups scope/claim to OIDC/OAuth2 Provider ()
prohibit_login.tmpl Add main landmark to templates and adjust titles ()
reset_passwd.tmpl Add main landmark to templates and adjust titles ()
signin.tmpl Add main landmark to templates and adjust titles ()
signin_inner.tmpl Add option to enable CAPTCHA validation for login ()
signin_navbar.tmpl Optimize html templates ()
signin_openid.tmpl Add main landmark to templates and adjust titles ()
signup.tmpl Add main landmark to templates and adjust titles ()
signup_inner.tmpl Add option to enable CAPTCHA validation for login ()
signup_openid_connect.tmpl Add main landmark to templates and adjust titles ()
signup_openid_navbar.tmpl Improve "new-menu" ()
signup_openid_register.tmpl Add main landmark to templates and adjust titles ()
twofa.tmpl Add main landmark to templates and adjust titles ()
twofa_scratch.tmpl Add main landmark to templates and adjust titles ()
webauthn.tmpl Replace a few fontawesome icons with svg ()
webauthn_error.tmpl Convert `<div class="button">` to `<button class="button">` ()