mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 21:28:11 +09:00 
			
		
		
		
	Fix avatar radius problem on the new issue page (#31506)
Close #31502 Related to #31419. In this PR, the avatar width is set to 3em, but the height is not set, so the image is not squared. When object-fit is set to contain, it can't maintain the radius of the image. Result: 
This commit is contained in:
		| @@ -535,7 +535,7 @@ td .commit-summary { | |||||||
|   min-width: 100px; |   min-width: 100px; | ||||||
| } | } | ||||||
|  |  | ||||||
| #new-issue .avatar { | #new-issue .comment .avatar { | ||||||
|   width: 3em; |   width: 3em; | ||||||
| } | } | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user