mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Remove the title bar, always display rounding on the top item
This commit is contained in:
parent
7ba7a55c8c
commit
a8ce2112ce
1 changed files with 2 additions and 4 deletions
|
|
@ -487,10 +487,8 @@ function GenericTableCard(props: GenericTableCardProps & { isLastChild?: boolean
|
|||
'&:hover': {
|
||||
background: 'rgba(255, 234, 159, 0.12)',
|
||||
},
|
||||
'@mdDown': {
|
||||
borderTopLeftRadius: isFirstChild ? '5px' : '',
|
||||
borderTopRightRadius: isFirstChild ? '5px' : '',
|
||||
},
|
||||
borderTopLeftRadius: isFirstChild ? '5px' : '',
|
||||
borderTopRightRadius: isFirstChild ? '5px' : '',
|
||||
borderBottomLeftRadius: isLastChild ? '5px' : '',
|
||||
borderBottomRightRadius: isLastChild ? '5px' : '',
|
||||
}}>
|
||||
|
|
|
|||
Loading…
Reference in a new issue