File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 2
2
{{if $.hidden}}
3
3
<button class="comment-form-reply ui green labeled icon tiny button"><i class="reply icon"></i> {{$.root.i18n.Tr "repo.diff.comment.reply"}}</button>
4
4
{{end}}
5
- <form class="ui form {{if $.hidden}}hide{{end}} comment-form comment-form-reply" action="{{$.root.Issue.HTMLURL}}/files/reviews/comments" method="post">
5
+ <form class="ui form {{if $.hidden}}hide comment-form comment-form-reply{{end}} " action="{{$.root.Issue.HTMLURL}}/files/reviews/comments" method="post">
6
6
{{$.root.CsrfTokenHtml}}
7
7
<input type="hidden" name="latest_commit_id" value="{{$.root.AfterCommitID}}"/>
8
8
<input type="hidden" name="side" value="{{if $.Side}}{{$.Side}}{{end}}">
Original file line number Diff line number Diff line change 807
807
.author {
808
808
font-weight : 700 ;
809
809
}
810
+
811
+ .comment-form-reply .footer {
812
+ padding-bottom : 1em ;
813
+ }
810
814
}
811
815
812
816
.comment {
Original file line number Diff line number Diff line change 17
17
}
18
18
}
19
19
20
+ .add-comment-left.add-comment-right .ui.attached.header {
21
+ border : 1px solid #d4d4d5 ;
22
+ margin-bottom : .5em ;
23
+ margin-top : .5em ;
24
+ }
25
+
20
26
.focus-lines-new .ui.button.add-code-comment.add-code-comment-right ,
21
27
.focus-lines-old .ui.button.add-code-comment.add-code-comment-left {
22
28
opacity : 1 ;
You can’t perform that action at this time.
0 commit comments