|
27 | 27 | {{end}} |
28 | 28 | <div class="content comment-container"> |
29 | 29 | <div class="comment-header" role="heading" aria-level="3"> |
30 | | - <div class="comment-header-left tw-flex tw-items-center"> |
| 30 | + <div class="comment-header-left"> |
31 | 31 | {{if .OriginalAuthor}} |
32 | 32 | <span class="text black tw-font-semibold tw-mr-1"> |
33 | 33 | {{svg (MigrationIcon $.Repository.GetOriginalURLHostname)}} |
|
51 | 51 | </span> |
52 | 52 | {{end}} |
53 | 53 | </div> |
54 | | - <div class="comment-header-right actions tw-flex tw-items-center"> |
| 54 | + <div class="comment-header-right"> |
55 | 55 | {{template "repo/issue/view_content/show_role" dict "ShowRole" .ShowRole}} |
56 | 56 | {{if not $.Repository.IsArchived}} |
57 | 57 | {{template "repo/issue/view_content/add_reaction" dict "ActionURL" (printf "%s/comments/%d/reactions" $.RepoLink .ID)}} |
|
395 | 395 | <div class="timeline-item comment"> |
396 | 396 | <div class="content comment-container"> |
397 | 397 | <div class="comment-header"> |
398 | | - <div class="comment-header-left tw-flex tw-items-center"> |
| 398 | + <div class="comment-header-left"> |
399 | 399 | {{if gt .Poster.ID 0}} |
400 | 400 | <a class="inline-timeline-avatar" href="{{.Poster.HomeLink}}"> |
401 | 401 | {{ctx.AvatarUtils.Avatar .Poster 24}} |
|
416 | 416 | {{ctx.Locale.Tr "repo.issues.review.left_comment"}} |
417 | 417 | </span> |
418 | 418 | </div> |
419 | | - <div class="comment-header-right actions tw-flex tw-items-center"> |
| 419 | + <div class="comment-header-right"> |
420 | 420 | {{template "repo/issue/view_content/show_role" dict "ShowRole" .ShowRole}} |
421 | 421 | {{if not $.Repository.IsArchived}} |
422 | 422 | {{template "repo/issue/view_content/add_reaction" dict "ActionURL" (printf "%s/comments/%d/reactions" $.RepoLink .ID)}} |
|
0 commit comments