Fixed size and choice of dummy images

This commit is contained in:
Christoph Haas 2021-02-14 16:41:52 +01:00
parent eb2a5c6e19
commit 9a91229336
3 changed files with 3 additions and 3 deletions

View file

@ -61,7 +61,7 @@ module PackagesHelper
)
else
image_tag(
'/images/dummy/no-screenshots-available.svg',
'/images/dummy/no-screenshots-upload-one.svg',
width: 220,
height: 220 * 3 / 4
)

View file

@ -60,7 +60,7 @@
- else
/.listview
img src='/images/dummy/no-screenshots-available.svg' width='100%' style='padding: 0 10%'
img src='/images/dummy/no-screenshots-upload-one.svg' width='100%' style='padding: 0 10%'
#metadata.small-5.medium-5.cell
/ Right column contains metadata about the package.

View file

@ -60,7 +60,7 @@
.image
- if @most_wanted_package.name
a href=upload_path(@most_wanted_package.name)
img src="/images/dummy/no-screenshots-upload-one.svg" width="160"
img src="/images/dummy/no-screenshots-upload-one.svg" width="320"
- else
'No uploaded screenshots yet.
.text