A vibe coded tangled fork which supports pijul.

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

Signed-off-by: eti <eti@eti.tf>

authored by

eti and committed by tangled.org f2cdabf1 13ec3ea8

+7 -1
+7 -1
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"> 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 + "> 629 635 <!-- left column: profile picture --> 630 636 <div class="flex-shrink-0 h-fit relative"> 631 637 {{ template "user/fragments/picLink" (list .OwnerDid "size-8") }}