Monorepo for Tangled
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Revert "appview/pages/templates/repo/pulls: improve targeted comment visibility"

This reverts commit 411b13efe4fd06d0594687d957f56d0eef74b658.

+1 -7
+1 -7
appview/pages/templates/repo/pulls/pull.html
··· 625 625 {{ end }} 626 626 627 627 {{ define "submissionComment" }} 628 - <div id="comment-{{.ID}}" class="flex gap-2 -ml-4 py-4 w-full mx-auto 629 - target:ring-1 target:ring-gray-200 target:dark:ring-gray-700 630 - target:px-2 target:-ml-6 631 - first:target:translate-y-6 first:target:mb-6 632 - last:target:-translate-y-6 last:target:mt-6 633 - target:rounded-sm 634 - "> 628 + <div id="comment-{{.ID}}" class="flex gap-2 -ml-4 py-4 w-full mx-auto"> 635 629 <!-- left column: profile picture --> 636 630 <div class="flex-shrink-0 h-fit relative"> 637 631 {{ template "user/fragments/picLink" (list .OwnerDid "size-8") }}