Higher res @2x png images for install view

This commit is contained in:
Jackson Harper
2022-03-28 12:35:35 -07:00
parent c74a139aed
commit febde10a3c
6 changed files with 6 additions and 4 deletions

View File

@ -106,7 +106,8 @@ export default function ExtensionsInstallHelp(): JSX.Element {
height: '130px',
}}
>
<SaveArticleIcon />
<img srcSet="/static/images/extension-preview.png,
/static/images/extension-preview@2x.png 2x" />
</Box>
</Box>
<Box
@ -217,7 +218,6 @@ export default function ExtensionsInstallHelp(): JSX.Element {
borderRadius: '6px',
height: '38px',
border: '1px solid #F9D354',
width: '60vw',
'@lg': {
width: '190px',
},

View File

@ -72,10 +72,10 @@ export default function MobileInstallHelp(): JSX.Element {
css={{
position: 'absolute',
top: '-15px',
height: '130px',
}}
>
<InstallationIcon />
<img srcSet="/static/images/mobile-app-preview.png,
/static/images/mobile-app-preview@2x.png 2x" />
</Box>
</Box>
<Box
@ -193,8 +193,10 @@ export default function MobileInstallHelp(): JSX.Element {
width: '40%',
justifyContent: 'space-between',
maxWidth: '13rem',
visibility: 'collapse',
'@lg': {
width: '100%',
visibility: 'unset',
},
}}
>

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB