1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-03-03 17:56:06 +00:00

responsive qr modal

This commit is contained in:
slowbackspace 2019-01-18 00:53:30 +01:00
parent 75074c5b55
commit 0f93d2052e

View File

@ -18,8 +18,8 @@ import type { parsedURI } from 'utils/cryptoUriParser';
import type { Props as BaseProps } from '../Container';
const Wrapper = styled.div`
width: 100%;
max-width: 620px;
width: 90vw;
max-width: 450px;
padding: 40px 0px 20px 0px;
`;