Merge pull request #6118 from ToadKing/emscripten-template

Minor Emscripten template fixes
This commit is contained in:
Twinaphex 2018-01-15 21:44:10 +01:00 committed by GitHub
commit 97e96bf272
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 15 deletions

View File

@ -71,18 +71,6 @@
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-sm-12 form-group btn-group text-xs-center p-t-2">
<div class="card">
<div class="view overlay hm-white-slight" align="center">
<textarea id="output" rows="15"></textarea>
</div>
</div>
</div>
</div>
</div>
<script src="//code.jquery.com/jquery-3.1.0.min.js"></script>
<script src="//rawgit.com/jeresig/jquery.hotkeys/master/jquery.hotkeys.js"></script>

View File

@ -6,9 +6,11 @@
/**
* Make sure the background of the player is black.
* Also make sure line height is 0 so there's no extra space on the bottom.
*/
.webplayer-container {
background-color: black;
line-height: 0;
}
/**
@ -113,7 +115,6 @@ textarea {
color: #565656 !important;
}
/* fix weird white bar in chrome when fullscreen */
:-webkit-full-screen {
height: 100%;
.navbar {
box-shadow: none;
}