Skip to content

Commit

Permalink
Merge pull request #138 from interactive-tactical-decision-games/lobb…
Browse files Browse the repository at this point in the history
…yResize

Barakah's initial small screen compatibility modifications
  • Loading branch information
k-zaback committed Jun 25, 2018
2 parents d6c4541 + c96b88a commit 02451d8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
1 change: 1 addition & 0 deletions public/itdg
Submodule itdg added at cd979d
2 changes: 2 additions & 0 deletions support/lobby/lib/Login.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ export default class Login extends React.Component {
return null;
}
}
}
}

componentDidMount() {
this.handleVersion();
Expand Down
9 changes: 7 additions & 2 deletions support/lobby/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@
<html><head>

<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">

<meta http-equiv="X-UA-Compatible" content="IE=edge">


<meta name="viewport" content="width = device-width, initial-scale = .5" >


<title>Virtual World Framework lobby</title>

Expand All @@ -14,6 +18,7 @@

</head><body>


<div id="root" class="container"></div>

<script src="login.bundle.js"></script>
Expand Down

0 comments on commit 02451d8

Please sign in to comment.