diff --git a/appview/pages/templates/repo/fragments/reactionsPopup.html b/appview/pages/templates/repo/fragments/reactionsPopup.html index 394342b9..4dbfedec 100644 --- a/appview/pages/templates/repo/fragments/reactionsPopup.html +++ b/appview/pages/templates/repo/fragments/reactionsPopup.html @@ -16,17 +16,19 @@ id="reactions-popover-{{ $id }}" popover style="position-anchor: --reactions-anchor-{{ $id }};" - class="[&:popover-open]:grid grid-cols-4 [position-area:bottom_center] justify-self-center w-max inset-auto mt-1 rounded bg-white dark:bg-gray-800 dark:text-white border border-gray-200 dark:border-gray-700 shadow-lg" + class="[position-area:bottom_center] justify-self-center w-max h-fit inset-auto mt-1 rounded bg-white dark:bg-gray-800 dark:text-white border border-gray-200 dark:border-gray-700 shadow-lg" > - {{ range $kind := const.OrderedReactionKinds }} - - {{ end }} +
+ {{ range $kind := const.OrderedReactionKinds }} + + {{ end }} +
{{ end }}