mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 21:28:11 +09:00 
			
		
		
		
	Fix new issue/pr avatar (#31419)
The avatar on "New Issue" and "New Pull Request" pages was inconsistent. Removed the extra margin and the new CSS rules now use common parent `<form id="#new-issue">` because `.repository.new.issue` is not present on pull request page.
This commit is contained in:
		| @@ -530,14 +530,10 @@ td .commit-summary { | ||||
|   min-width: 100px; | ||||
| } | ||||
|  | ||||
| .repository.new.issue .comment.form .comment .avatar { | ||||
| #new-issue .avatar { | ||||
|   width: 3em; | ||||
| } | ||||
|  | ||||
| .repository.new.issue .comment.form .content { | ||||
|   margin-left: 4em; | ||||
| } | ||||
|  | ||||
| .repository.new.issue .comment.form .content::before, | ||||
| .repository.new.issue .comment.form .content::after { | ||||
|   right: 100%; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user