File tree 3 files changed +4
-12
lines changed
3 files changed +4
-12
lines changed Original file line number Diff line number Diff line change 9
9
<input type="hidden" name="diff_start_cid">
10
10
<input type="hidden" name="diff_end_cid">
11
11
<input type="hidden" name="diff_base_cid">
12
-
12
+ <div class="field">
13
13
{{template "shared/combomarkdowneditor" (dict
14
14
"CustomInit" true
15
15
"MarkdownPreviewInRepo" $.root.Repository "MarkdownPreviewMode" "comment"
16
16
"TextareaName" "content" "TextareaPlaceholder" (ctx.Locale.Tr "repo.diff.comment.placeholder")
17
17
"DropzoneParentContainer" "form"
18
18
"DisableAutosize" "true"
19
19
)}}
20
-
20
+ </div>
21
21
{{if $.root.IsAttachmentEnabled}}
22
22
<div class="field">
23
23
{{template "repo/upload" $.root}}
24
24
</div>
25
25
{{end}}
26
26
27
- <div class="field footer tw-mx-2 ">
27
+ <div class="field footer">
28
28
<div class="tw-text-right">
29
29
{{if $.reply}}
30
30
<button class="ui submit primary tiny button btn-reply" type="submit">{{ctx.Locale.Tr "repo.diff.comment.reply"}}</button>
Original file line number Diff line number Diff line change @@ -1005,7 +1005,7 @@ td .commit-summary {
1005
1005
}
1006
1006
1007
1007
.repository .view .issue .comment-list .code-comment .comment-content {
1008
- margin-left : 36 px ;
1008
+ margin-left : 24 px ;
1009
1009
}
1010
1010
1011
1011
.repository .view .issue .comment-list .comment > .avatar {
Original file line number Diff line number Diff line change 102
102
cursor : pointer;
103
103
}
104
104
105
- .comment-code-cloud .ui .active .tab {
106
- padding : 0.5em ;
107
- }
108
-
109
105
.comment-code-cloud .ui .active .tab .markup {
110
106
padding : 1em ;
111
107
min-height : 168px ;
112
108
}
113
109
114
- .comment-code-cloud .ui .tabular .menu {
115
- margin : 0.5em ;
116
- }
117
-
118
110
.comment-code-cloud .editor-statusbar {
119
111
display : none;
120
112
}
You can’t perform that action at this time.
0 commit comments