mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Dont use action buttons on desktop
This commit is contained in:
parent
b322add96e
commit
f765303164
1 changed files with 2 additions and 3 deletions
|
|
@ -706,8 +706,8 @@ function GenericTableCard(props: GenericTableCardProps & { isLastChild?: boolean
|
|||
</>
|
||||
) : (
|
||||
<HStack
|
||||
distribution="start"
|
||||
alignment="start"
|
||||
distribution="end"
|
||||
alignment="end"
|
||||
css={{
|
||||
display: 'none',
|
||||
'@md': {
|
||||
|
|
@ -732,7 +732,6 @@ function GenericTableCard(props: GenericTableCardProps & { isLastChild?: boolean
|
|||
>
|
||||
<Trash size={16} color={iconColor} />
|
||||
</IconButton>
|
||||
{moreActionsButton()}
|
||||
</HStack>
|
||||
)}
|
||||
</HStack>
|
||||
|
|
|
|||
Loading…
Reference in a new issue