Monorepo for Tangled
0
fork

Configure Feed

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

appview/pages: fix bottom sheet on mobile

also use yellow comment highlights.

Signed-off-by: oppiliappan <me@oppi.li>

+3 -3
+3 -3
appview/pages/templates/repo/pulls/pull.html
··· 180 180 {{ $bgColor }} 181 181 md:bg-white md:dark:bg-gray-800 182 182 drop-shadow-sm border-t md:border-x border-gray-200 dark:border-gray-700 183 - sm:pointer-events-none 183 + md:pointer-events-none 184 184 "> 185 185 <h2 class="">History</h2> 186 186 <span class="pointer-events-auto cursor-text"> ··· 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 group/comment"> 629 629 <!-- left column: profile picture --> 630 630 <div class="flex-shrink-0 h-fit relative"> 631 631 {{ template "user/fragments/picLink" (list .OwnerDid "size-8") }} ··· 633 633 <!-- right column: name and body in two rows --> 634 634 <div class="flex-1 min-w-0"> 635 635 <!-- Row 1: Author and timestamp --> 636 - <div class="text-sm text-gray-500 dark:text-gray-400 flex items-center gap-1"> 636 + <div class="text-sm text-gray-500 dark:text-gray-400 flex items-center gap-1 group-target/comment:bg-yellow-200/30 group-target/comment:dark:bg-yellow-600/30"> 637 637 {{ $handle := resolve .OwnerDid }} 638 638 <a class="text-gray-500 dark:text-gray-400 hover:text-gray-500 dark:hover:text-gray-300" href="/{{ $handle }}">{{ $handle }}</a> 639 639 <span class="before:content-['·']"></span>