Monorepo for Tangled tangled.org
2

Configure Feed

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

appview/timeline: round vouch suggestions corners

Signed-off-by: eti <eti@eti.tf>

author
eti
committer
Tangled
date (May 26, 2026, 1:09 PM +0300) commit 022cee50 parent 149bcdd1
+1 -1
+1 -1
appview/pages/templates/timeline/fragments/vouchSuggestions.html
··· 10 10 view all {{ i "arrow-right" "size-3.5" }} 11 11 </a> 12 12 </div> 13 - <div class="flex flex-col gap-4 bg-white dark:bg-gray-800 p-4 border border-gray-200 dark:border-gray-700 shadow-sm"> 13 + <div class="flex flex-col gap-4 bg-white dark:bg-gray-800 p-4 rounded-sm border border-gray-200 dark:border-gray-700 shadow-sm"> 14 14 {{ range .VouchSuggestions }} 15 15 <div class="flex items-center gap-3 "> 16 16 {{ template "user/fragments/picLink" (list .Did.String "size-10") }}