mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 01:05:14 +00:00
Place inline diff comment dialogs on split diff in 4th and 8th columns (#18403)
Fix #18391 Fix #18320 Signed-off-by: Andrew Thornton <art27@cantab.net>
This commit is contained in:
parent
6392f4691a
commit
93250bfe27
|
@ -496,9 +496,11 @@ export function initRepoPullRequestReview() {
|
|||
<tr class="add-comment" data-line-type="${lineType}">
|
||||
${isSplit ? `
|
||||
<td class="lines-num"></td>
|
||||
<td class="lines-escape"></td>
|
||||
<td class="lines-type-marker"></td>
|
||||
<td class="add-comment-left"></td>
|
||||
<td class="lines-num"></td>
|
||||
<td class="lines-escape"></td>
|
||||
<td class="lines-type-marker"></td>
|
||||
<td class="add-comment-right"></td>
|
||||
` : `
|
||||
|
|
Loading…
Reference in a new issue