Monorepo for Tangled
0
fork

Configure Feed

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

appview/pages: fix stacking order in profilebase

caused funky behavior with popups

Signed-off-by: oppiliappan <me@oppi.li>

+5 -5
+1 -1
appview/pages/templates/fragments/tinyAvatarList.html
··· 11 11 {{ end }} 12 12 13 13 {{ if gt (len $all) 5 }} 14 - <span class="pl-4 text-gray-500 dark:text-gray-400 text-sm"> 14 + <span class="pl-4 text-sm"> 15 15 +{{ sub (len $all) 5 }} 16 16 </span> 17 17 {{ end }}
+2 -2
appview/pages/templates/layouts/profilebase.html
··· 31 31 32 32 {{ define "content" }} 33 33 {{ if not .Card.HasProfile }} 34 - <section class="bg-white dark:bg-gray-800 px-2 py-6 md:p-6 rounded w-full dark:text-white drop-shadow-sm"> 34 + <section class="bg-white dark:bg-gray-800 px-2 py-6 md:p-6 rounded w-full dark:text-white shadow-sm"> 35 35 <div class="flex items-center gap-6 p-4"> 36 36 <img class="w-28 h-28 shrink-0 object-cover rounded-full" src="{{ profileAvatarUrl .Card.Profile "" }}" /> 37 37 <div> ··· 43 43 </section> 44 44 {{ else }} 45 45 {{ template "profileTabs" . }} 46 - <section class="bg-white dark:bg-gray-800 px-2 py-6 md:p-6 rounded w-full dark:text-white drop-shadow-sm"> 46 + <section class="bg-white dark:bg-gray-800 px-2 py-6 md:p-6 rounded w-full dark:text-white shadow-sm"> 47 47 <div class="grid grid-cols-1 md:grid-cols-11 gap-4"> 48 48 {{ $style := "hidden md:block md:col-span-3" }} 49 49 {{ if eq $.Active "overview" }}
+1 -1
appview/pages/templates/user/fragments/picLink.html
··· 53 53 {{ end }} 54 54 <div data-profile-popover 55 55 data-vouch-modal-id="{{ normalizeForHtmlId $did }}" 56 - class="hidden z-[9999] pt-1 w-72" 56 + class="hidden z-[9999] pt-1 w-80" 57 57 style="position:fixed;"> 58 58 <div data-profile-popover-content 59 59 class="bg-white dark:bg-gray-800 border border-gray-200 dark:border-gray-700 rounded shadow-sm p-3">
+1 -1
appview/pages/templates/user/fragments/profilePopover.html
··· 1 1 {{ define "user/fragments/profilePopover" }} 2 2 {{ $handle := resolve .UserDid }} 3 - <div class="space-y-2 dark:text-white"> 3 + <div class="space-y-2 text-gray-900 dark:text-white"> 4 4 5 5 <div class="flex items-center flex-row flex-nowrap gap-2"> 6 6 <a href="/{{ $handle }}">