Merge pull request #3554 from RobLoach/center-align-loading

emscripten: center-align the loading image
This commit is contained in:
Twinaphex 2016-09-10 08:14:10 +02:00 committed by GitHub
commit c7a3ac673e
2 changed files with 2 additions and 1 deletions

View File

@ -15,6 +15,7 @@
* Webplayer Preview when not loaded.
*/
.webplayer-preview {
margin: 0 auto;
cursor: wait;
opacity: 0.2;
transition: all 0.8s;

View File

@ -99,7 +99,7 @@
<div class="container">
<div class="webplayer_border text-xs-center" id="canvas_div">
<canvas class="webplayer col-xs-12" id="canvas" tabindex="1" oncontextmenu="event.preventDefault()" style="display: none"></canvas>
<img class="webplayer-preview img-fluid" src="media/canvas.png" width="900px" height="675px" alt="RetroArch Logo">
<img class="webplayer-preview img-fluid" src="media/canvas.png" width="960px" height="720px" alt="RetroArch Logo">
</div>
</div>
</div>