-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Scale of avatar for user in Issue history is larger than it should be #21924
Labels
issue/regression
Indicates a previously functioning feature or behavior that has broken or regressed after a change
topic/ui
Change the appearance of the Gitea UI
type/bug
Milestone
Comments
Vertical centering also needs to be fixed. |
silverwind
added a commit
to silverwind/gitea
that referenced
this issue
Nov 30, 2022
- Use explicit avatar size so when JS copies the HTML, the size gets copied with it - Replace icon font use with SVG - Improve styling and diff rendering Fixes: go-gitea#21924
lafriks
pushed a commit
that referenced
this issue
Dec 2, 2022
- Use explicit avatar size so when JS copies the HTML, the size gets copied with it - Replace icon font use with SVG - Improve styling and diff rendering - Sort lists in `svg.js` Fixes: #21924 <img width="933" alt="Screenshot 2022-11-30 at 17 52 17" src="https://user-images.githubusercontent.com/115237/204859608-f322a8f8-7b91-45e4-87c0-82694e574115.png"> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
silverwind
added a commit
to silverwind/gitea
that referenced
this issue
Dec 2, 2022
- Use explicit avatar size so when JS copies the HTML, the size gets copied with it - Replace icon font use with SVG - Improve styling and diff rendering - Sort lists in `svg.js` Fixes: go-gitea#21924 <img width="933" alt="Screenshot 2022-11-30 at 17 52 17" src="https://user-images.githubusercontent.com/115237/204859608-f322a8f8-7b91-45e4-87c0-82694e574115.png"> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
techknowlogick
added a commit
that referenced
this issue
Dec 2, 2022
Backport #21990 - Use explicit avatar size so when JS copies the HTML, the size gets copied with it - Replace icon font use with SVG - Improve styling and diff rendering - Sort lists in `svg.js` Fixes: #21924 Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
# for free
to subscribe to this conversation on GitHub.
Already have an account?
#.
Labels
issue/regression
Indicates a previously functioning feature or behavior that has broken or regressed after a change
topic/ui
Change the appearance of the Gitea UI
type/bug
main branch, https://try.gitea.io , any issue with edit history, eg: https://try.gitea.io/wxiaoguang/test/issues/1
The avatar is broken, it's shown as the original size.
The text was updated successfully, but these errors were encountered: