mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 21:28:11 +09:00 
			
		
		
		
	* Fix styling of resolved code comment box (#11463) Co-authored-by: Lauris BH <lauris@nix.lv> * Fix .comment-code-cloud not being removed when cancelling new code comment (#11464) * Fix footer padding for comment code reply form on issue event view (#11469) Co-authored-by: Cirno the Strongest <1447794+CirnoT@users.noreply.github.com>
This commit is contained in:
		| @@ -807,6 +807,10 @@ | ||||
|                 .author { | ||||
|                     font-weight: 700; | ||||
|                 } | ||||
|  | ||||
|                 .comment-form-reply .footer { | ||||
|                     padding-bottom: 1em; | ||||
|                 } | ||||
|             } | ||||
|  | ||||
|             .comment { | ||||
|   | ||||
| @@ -17,6 +17,12 @@ | ||||
|     } | ||||
| } | ||||
|  | ||||
| .add-comment-left.add-comment-right .ui.attached.header { | ||||
|     border: 1px solid #d4d4d5; | ||||
|     margin-bottom: .5em; | ||||
|     margin-top: .5em; | ||||
| } | ||||
|  | ||||
| .focus-lines-new .ui.button.add-code-comment.add-code-comment-right, | ||||
| .focus-lines-old .ui.button.add-code-comment.add-code-comment-left { | ||||
|     opacity: 1; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user