Skip to content

Commit

Permalink
Merge pull request #185 from aws/dogusata/version-bump-and-nit-fix
Browse files Browse the repository at this point in the history
Dogusata/version bump and code style fixes
  • Loading branch information
dogusata authored Nov 26, 2024
2 parents b6c21fd + 977dd1b commit 9939eb3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 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": "@aws/mynah-ui",
"displayName": "AWS Mynah UI",
"version": "4.18.1-beta.1",
"version": "4.19.0",
"description": "AWS Toolkit VSCode and Intellij IDE Extension Mynah UI",
"publisher": "Amazon Web Services",
"license": "Apache License 2.0",
Expand Down
5 changes: 1 addition & 4 deletions src/styles/_splash-loader.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,14 @@
bottom: 0;
width: auto;
height: auto;
background-repeat: no-repeat;
background-position: bottom center;
background: var(--mynah-color-bg) no-repeat bottom center;
background-size: cover;
opacity: 0;
display: flex;
flex-flow: column nowrap;
justify-content: center;
align-items: center;
overflow: hidden;
z-index: 1000;
background-color: var(--mynah-color-bg);
z-index: 1000000000;
gap: var(--mynah-sizing-6);
&,
Expand Down

0 comments on commit 9939eb3

Please sign in to comment.