fix(web): slow people page load (#10793)

This commit is contained in:
Alex 2024-07-02 22:13:11 -05:00 committed by GitHub
parent 312030f275
commit 99c45bd4d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -66,6 +66,7 @@
{/if}
</a>
{#if showVerticalDots}
<div class="absolute top-2 right-2">
<ButtonContextMenu
buttonClass="icon-white-drop-shadow focus:opacity-100 {showVerticalDots ? 'opacity-100' : 'opacity-0'}"
@ -89,4 +90,5 @@
/>
</ButtonContextMenu>
</div>
{/if}
</div>