mirror of
https://github.com/libretro/RetroArch.git
synced 2024-12-01 04:00:32 +00:00
Merge pull request #6118 from ToadKing/emscripten-template
Minor Emscripten template fixes
This commit is contained in:
commit
97e96bf272
@ -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>
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user