mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-29 10:57:44 +09:00 
			
		
		
		
	Fix commit icon position (#12087)
This commit is contained in:
		| @@ -788,6 +788,8 @@ | |||||||
|                 .badge.badge-commit { |                 .badge.badge-commit { | ||||||
|                     border-color: transparent; |                     border-color: transparent; | ||||||
|                     background: radial-gradient(white 60%, transparent 60%) no-repeat; |                     background: radial-gradient(white 60%, transparent 60%) no-repeat; | ||||||
|  |                     height: 10px; | ||||||
|  |                     margin-top: 11px; | ||||||
|                 } |                 } | ||||||
|  |  | ||||||
|                 .badge { |                 .badge { | ||||||
|   | |||||||
| @@ -709,7 +709,6 @@ a.ui.basic.green.label:hover { | |||||||
|  |  | ||||||
| .repository.view.issue .comment-list .timeline-item .badge.badge-commit { | .repository.view.issue .comment-list .timeline-item .badge.badge-commit { | ||||||
|     background: radial-gradient(#383c4a 60%, transparent 60%) no-repeat; |     background: radial-gradient(#383c4a 60%, transparent 60%) no-repeat; | ||||||
|     height: 0 !important; |  | ||||||
| } | } | ||||||
|  |  | ||||||
| .repository .comment.form .content .form:after { | .repository .comment.form .content .form:after { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user