forked from tangled.org/core
this repo has no description

appview/pages: add a flex-wrap to starred events in timeline

Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>

anirudh.fi 46f2e31f 5a725f9e

verified
Changed files
+1 -1
appview
pages
templates
+1 -1
appview/pages/templates/timeline.html
···
{{ $starrerHandle := index $.DidHandleMap .Star.StarredByDid }}
{{ $repoOwnerHandle := index $.DidHandleMap .Star.Repo.Did }}
<div class="flex items-center">
-
<p class="text-gray-600 dark:text-gray-300 flex items-center gap-2">
+
<p class="text-gray-600 dark:text-gray-300 flex flex-wrap items-center gap-2">
{{ template "user/fragments/picHandle" $starrerHandle }}
starred
<a