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:
parent
75074c5b55
commit
0f93d2052e
@ -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;
|
||||
`;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user