Skip to content

Commit

Permalink
Fixed Launchpad Size
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeCrafter-TL committed Jan 11, 2025
1 parent 1dea46a commit 7bd6151
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Apps/Launchpad.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
</div>

<script>
document.body.style.width = window.screen.width + "px";
document.body.style.height = window.screen.height + "px";
document.body.style.width = window.screen.width + 20 + "px";
document.body.style.height = window.screen.height + 20 + "px";
</script>
<script src="../JavaScript/launchpad.js"></script>
</body>
Expand Down

0 comments on commit 7bd6151

Please sign in to comment.