Remove padding for iframe container (#1937)

* remove padding for iframe container

* update idle safe app url
This commit is contained in:
Mikhail Mikheev 2021-03-24 14:50:24 +04:00 committed by GitHub
parent 1b44f71485
commit 8b35069e15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -56,6 +56,7 @@ const AppWrapper = styled.div`
const StyledCard = styled(Card)`
flex-grow: 1;
padding: 0;
`
const StyledIframe = styled.iframe`

View File

@ -67,7 +67,7 @@ export const staticAppsList: Array<StaticAppInfo> = [
},
// Idle
{
url: `${process.env.REACT_APP_IPFS_GATEWAY}/QmVkGHm6gfQumJhnRfFCh7m2oSYwLXb51EKHzChpcV9J3N`,
url: `${process.env.REACT_APP_IPFS_GATEWAY}/QmTvrLwJtyjG8QFHgvqdPhcV5DBMQ7oZceSU4uvPw9vQaj`,
disabled: false,
networks: [ETHEREUM_NETWORK.MAINNET, ETHEREUM_NETWORK.RINKEBY],
},