[🐴] Tweak list on mobile web (#3958)
* mobile web tweaks chat screen * revert a change * remove unnecessary prop * Spacing tweaks --------- Co-authored-by: Eric Bailey <git@esb.lol>
This commit is contained in:
parent
04aea93192
commit
31868b255f
5 changed files with 21 additions and 11 deletions
|
@ -79,7 +79,7 @@ export function ActionsWrapper({
|
|||
hitSlop={HITSLOP_10}>
|
||||
{children}
|
||||
</AnimatedPressable>
|
||||
<MessageMenu message={message} control={menuControl} hideTrigger={true} />
|
||||
<MessageMenu message={message} control={menuControl} />
|
||||
</View>
|
||||
)
|
||||
}
|
||||
|
|
|
@ -25,7 +25,6 @@ export let MessageMenu = ({
|
|||
control,
|
||||
triggerOpacity,
|
||||
}: {
|
||||
hideTrigger?: boolean
|
||||
triggerOpacity?: number
|
||||
message: ChatBskyConvoDefs.MessageView
|
||||
control: Menu.MenuControlProps
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue