mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Merge pull request #2460 from omnivore-app/fix/readwise-button
fix: readwise button not clickable on integrations page
This commit is contained in:
commit
fe450ffe20
1 changed files with 1 additions and 2 deletions
|
|
@ -232,7 +232,7 @@ export default function Integrations(): JSX.Element {
|
|||
css={{
|
||||
width: '80%',
|
||||
margin: '0 auto',
|
||||
height: '800px',
|
||||
height: '100%',
|
||||
'@smDown': {
|
||||
width: '100%',
|
||||
},
|
||||
|
|
@ -307,7 +307,6 @@ export default function Integrations(): JSX.Element {
|
|||
)
|
||||
})}
|
||||
</VStack>
|
||||
<Box css={{ height: '400px', width: '100% ' }} />
|
||||
</VStack>
|
||||
</SettingsLayout>
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue