Skip to content

Commit

Permalink
feat: FlappyBird_Game - test
Browse files Browse the repository at this point in the history
  • Loading branch information
welisten authored Dec 29, 2023
1 parent d07daf9 commit 99b4945
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/orientation.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ function adjustScreen(){
flappyContainer.style.width = `${screenHeight - screenOuterHeight}px`
flappyContainer.style.height = `${screenWidth - screenOuterWidth}px`

modalContainer.style.width = `${screenHeight - screenOuterHeight}px`
modalContainer.style.height = `${screenWidth - screenOuterWidth}px`
modalContainer.style.width = `${screenHeight}px`
modalContainer.style.height = `${screenWidth}px`

// } else if(window.innerWidth >= 768 && window.orientation != 0){
// const styleTag = document.createElement('link')
Expand Down

0 comments on commit 99b4945

Please sign in to comment.