Monorepo for Tangled
0
fork

Configure Feed

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

appview/pages: fix improper corner rounding in Timeline

Some rounded corners caused the background to show through.

Signed-off-by: tobinio <Tobias.frischmann1@gmail.com>

authored by

tobinio and committed by tangled.org ffd2e000 23ee9ca5

+3 -3
+2 -2
appview/pages/templates/user/fragments/followCard.html
··· 1 1 {{ define "user/fragments/followCard" }} 2 2 {{ $userIdent := resolve .UserDid }} 3 - <div class="flex flex-col divide-y divide-gray-200 dark:divide-gray-700 rounded-sm"> 4 - <div class="py-4 px-6 drop-shadow-sm rounded bg-white dark:bg-gray-800 flex items-center gap-4"> 3 + <div class="flex flex-col divide-y divide-gray-200 dark:divide-gray-700"> 4 + <div class="py-4 px-6 drop-shadow-sm bg-white dark:bg-gray-800 flex items-center gap-4"> 5 5 <div class="flex-shrink-0 max-h-full w-24 h-24"> 6 6 <img class="object-cover rounded-full p-2 w-24 h-24" src="{{ fullAvatar $userIdent }}" alt="{{ $userIdent }}" /> 7 7 </div>
+1 -1
appview/pages/templates/user/fragments/repoCard.html
··· 13 13 {{ end }} 14 14 15 15 {{ with $repo }} 16 - <div class="py-4 px-6 gap-1 flex flex-col drop-shadow-sm rounded bg-white dark:bg-gray-800 min-h-32"> 16 + <div class="py-4 px-6 gap-1 flex flex-col drop-shadow-sm bg-white dark:bg-gray-800 min-h-32"> 17 17 <div class="font-medium dark:text-white flex items-center justify-between"> 18 18 <div class="flex items-center min-w-0 flex-1 mr-2"> 19 19 {{ if .Source }}