Merge pull request #2460 from omnivore-app/fix/readwise-button

fix: readwise button not clickable on integrations page
This commit is contained in:
Hongbo Wu 2023-07-04 16:47:56 +08:00 committed by GitHub
commit fe450ffe20
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>
)