Skip to content

Commit

Permalink
Fix splash image ratio, pump beta version.
Browse files Browse the repository at this point in the history
  • Loading branch information
sozidatel committed Oct 18, 2024
1 parent e85e2c5 commit 71dad23
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "org.montelibero.sunce",
"displayName": "Sunce Wallet",
"version": "1.0.0-beta.6",
"version": "1.0.0-beta.7",
"description": "Wallet for the Stellar payment network by Montelibero.",
"license": "MIT",
"private": true,
Expand Down
8 changes: 3 additions & 5 deletions src/SplashScreen/splash.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,10 @@
}

#splash > img {
flex-grow: 1;
flex-grow: 0;
flex-shrink: 0;
/*width: 40vw;*/
/*height: 40vw;*/
max-width: 40vw;
max-height: 40vh;
width: 50vmin;
height: 50vmin;
animation: fade-in 0.5s linear;
}

Expand Down

0 comments on commit 71dad23

Please sign in to comment.