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
Up to Gitea 1.16, avatar and labels were aligned correctly. Since the refactoring of the Avatar component, styling breaks in element listings (e.g. users, organizations, etc).
This issue is easily fixed by:
replacing the vm class with image in the avatar component
or adding display: inline-block to the content div next to the avatar
This breaks in other places, such the landing page of a repo.
Screenshots
Gitea 1.16
Gitea 1.19
Gitea Version
1.19
Can you reproduce the bug on the Gitea demo site?
Yes
Operating System
No response
Browser Version
Chrome 109.0.5414.119
The text was updated successfully, but these errors were encountered:
Description
Up to Gitea 1.16, avatar and labels were aligned correctly. Since the refactoring of the Avatar component, styling breaks in element listings (e.g. users, organizations, etc).
This issue is easily fixed by:
vm
class withimage
in the avatar componentdisplay: inline-block
to thecontent
div next to the avatarThis breaks in other places, such the landing page of a repo.
Screenshots
Gitea 1.16
Gitea 1.19
Gitea Version
1.19
Can you reproduce the bug on the Gitea demo site?
Yes
Operating System
No response
Browser Version
Chrome 109.0.5414.119
The text was updated successfully, but these errors were encountered: