mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-23 16:09:47 +00:00
Merge pull request #3398 from RobLoach/patch-3
[Emscripten] Clean up the log textarea
This commit is contained in:
commit
2723fe59a0
@ -4,14 +4,10 @@
|
||||
* This provides the basic styling for the RetroArch web player.
|
||||
*/
|
||||
textarea.webplayer {
|
||||
border: 0px;
|
||||
font-family: 'Share Tech Mono';
|
||||
font-size: 12px;
|
||||
width: 100%;
|
||||
overflow:hide;
|
||||
resize:none;
|
||||
color:black;
|
||||
font-family: monospace;
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
h1 {
|
||||
text-align: left;
|
||||
}
|
||||
|
@ -72,7 +72,9 @@
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-sm-12">
|
||||
<textarea class="webplayer" id="output" rows="15"></textarea>
|
||||
<div class="form-group">
|
||||
<textarea class="webplayer form-control" id="output" rows="15"></textarea>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user