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

pull/10805/head
Alex 2024-07-02 22:13:11 +07:00 committed by GitHub
parent 312030f275
commit 99c45bd4d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 25 additions and 23 deletions

@ -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>