mirror of
https://github.com/coracle-social/flotilla.git
synced 2025-12-10 10:57:04 +00:00
Fix cursor
This commit is contained in:
@@ -82,7 +82,7 @@
|
|||||||
</Tippy>
|
</Tippy>
|
||||||
<div class="flex flex-col">
|
<div class="flex flex-col">
|
||||||
<LongPress
|
<LongPress
|
||||||
class="chat-bubble mx-1 flex max-w-sm flex-col gap-1 text-left bg-alt"
|
class="chat-bubble mx-1 flex max-w-sm flex-col gap-1 text-left bg-alt cursor-auto"
|
||||||
onLongPress={showMobileMenu}>
|
onLongPress={showMobileMenu}>
|
||||||
{#if showPubkey && event.pubkey !== $pubkey}
|
{#if showPubkey && event.pubkey !== $pubkey}
|
||||||
<div class="flex items-center gap-2">
|
<div class="flex items-center gap-2">
|
||||||
|
|||||||
Reference in New Issue
Block a user