Monorepo for Tangled tangled.org

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

merged opened by eti.tf targeting master from eti.tf/core: eti/tan-369-anchored-comments
Labels

None yet.

assignee

None yet.

Participants 2
AT URI
at://did:plc:xu5apv6kmu5jp7g5hwdnej42/sh.tangled.repo.pull/3mici4z5sxh22
+7 -1
Diff #0
+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") }}

History

1 round 1 comment
sign up or login to add to the discussion
eti.tf submitted #0
1 commit
expand
appview/pages/templates/repo/pulls: improve targeted comment visibility
expand 1 comment

nice, merging!

pull request successfully merged