Skip to content

Commit

Permalink
Improvements in the splash screen (#17)
Browse files Browse the repository at this point in the history
* Improvements in the splash screen

* Bumping version
  • Loading branch information
filipeotero authored Nov 9, 2022
1 parent 738702e commit 67af493
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dynamods/splash-screen",
"version": "1.0.0",
"version": "1.0.1",
"description": "Splash Screen maintained by Dynamo Team@Autodesk",
"author": "Autodesk Inc.",
"license": "MIT",
Expand Down
1 change: 1 addition & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<body>
<script>
document.querySelector('body').style.overflow = 'hidden'
document.body.ondragstart = function() { return false; };
</script>
<div id="root"></div>
<script>mainJs</script>
Expand Down
10 changes: 5 additions & 5 deletions src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@
}

.screenBackground {
height: 452px;
width: 404px;
height: 412px;
width: 394px;
}

.close {
position: absolute;
cursor: pointer;
right: 32px;
top: 15px;
width: 32px;
height: 32px;
width: 16px;
height: 16px;
opacity: 0.3;
}

Expand All @@ -39,7 +39,7 @@
position: absolute;
left: 25px;
content: ' ';
height: 33px;
height: 16px;
width: 2px;
background-color: #333;
}
Expand Down

0 comments on commit 67af493

Please sign in to comment.