You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The content of the WebAuthN (used for USB authentication keys to login with a Gitea account) is left-aligned.
It affects both Chromium and Firefox (other browser engines have not been tested).
This can be corrected with adding center aligned to the column instance on the page. A separate pull request will be made and reference this issue shortly.
Screenshots
Without CSS class change:
With CSS class change:
Gitea Version
1.17.2
Can you reproduce the bug on the Gitea demo site?
No
Operating System
Arch Linux
Browser Version
Firefox Developer Edition (105.0b8 (64-bit))
The text was updated successfully, but these errors were encountered:
<!--
Please check the following:
1. Make sure you are targeting the `main` branch, pull requests on
release branches are only allowed for bug fixes.
2. Read contributing guidelines:
https://github.com/go-gitea/gitea/blob/main/CONTRIBUTING.md
3. Describe what your pull request does and which issue you're targeting
(if any)
-->
This attempts to correct #21126 , where the content of the page is not
center-aligned.
(Note: I think this contains the right commits - but, those other
commits seem superfluous. I'm not sure I've made the pull request
correctly. I don't often use the pull request pattern when working,
opting to use the merge-request pattern instead for my workplace. If
there are any issues, please let me know and I will try to correct
them.)
Co-authored-by: wxiaoguang <[email protected]>
Description
The content of the WebAuthN (used for USB authentication keys to login with a Gitea account) is left-aligned.
It affects both Chromium and Firefox (other browser engines have not been tested).
This can be corrected with adding
center aligned
to thecolumn
instance on the page. A separate pull request will be made and reference this issue shortly.Screenshots
Without CSS class change:
With CSS class change:
Gitea Version
1.17.2
Can you reproduce the bug on the Gitea demo site?
No
Operating System
Arch Linux
Browser Version
Firefox Developer Edition (105.0b8 (64-bit))
The text was updated successfully, but these errors were encountered: