Signed-off-by: eti eti@eti.tf
+7
-1
Diff
round #0
+7
-1
appview/pages/templates/repo/pulls/pull.html
+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") }}
nice, merging!