Skip to content

Commit fa48662

Browse files
authored
GitHub: Fixed download badge sizes
Signed-off-by: Yair <[email protected]>
1 parent cd4c328 commit fa48662

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.github/README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,18 @@ You can also use the preview version alongside the stable release to get early a
2525
<!-- Store Badge -->
2626
<a style="text-decoration:none" href="https://apps.microsoft.com/detail/9NGHP3DX8HDX?launch=true&mode=full">
2727
<picture>
28-
<source media="(prefers-color-scheme: light)" srcset="./assets/StoreBadge-dark.png" width="220" />
29-
<img src="./assets/StoreBadge-light.png" width="220" />
30-
</picture></a>
28+
<source media="(prefers-color-scheme: light)" srcset="./assets/StoreBadge-dark.png" height="80" />
29+
<img src="./assets/StoreBadge-light.png" height="80" />
30+
</picture>
31+
</a>
3132
&ensp;
3233
<!-- Classic Installer Badge -->
3334
<a style="text-decoration:none" href="https://files.community/appinstallers/Files.stable.appinstaller">
3435
<picture>
35-
<source media="(prefers-color-scheme: light)" srcset="./assets/ClassicInstallerBadge-dark.png" width="220" />
36-
<img src="./assets/ClassicInstallerBadge-light.png" width="220" />
37-
</picture></a>
36+
<source media="(prefers-color-scheme: light)" srcset="./assets/ClassicInstallerBadge-dark.png" height="80" />
37+
<img src="./assets/ClassicInstallerBadge-light.png" height="80" />
38+
</picture>
39+
</a>
3840
</p>
3941

4042
## Building from source

0 commit comments

Comments
 (0)