Higher res @2x png images for install view
This commit is contained in:
@ -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',
|
||||
},
|
||||
|
||||
@ -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',
|
||||
},
|
||||
}}
|
||||
>
|
||||
|
||||
BIN
packages/web/public/static/images/extension-preview.png
Normal file
BIN
packages/web/public/static/images/extension-preview.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 20 KiB |
BIN
packages/web/public/static/images/extension-preview@2x.png
Normal file
BIN
packages/web/public/static/images/extension-preview@2x.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 67 KiB |
BIN
packages/web/public/static/images/mobile-app-preview.png
Normal file
BIN
packages/web/public/static/images/mobile-app-preview.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 14 KiB |
BIN
packages/web/public/static/images/mobile-app-preview@2x.png
Normal file
BIN
packages/web/public/static/images/mobile-app-preview@2x.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 38 KiB |
Reference in New Issue
Block a user