mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
[Emscripten] Fix the CSS styling for the log
This commit is contained in:
parent
60eddd189d
commit
dd8b19578b
1 changed files with 1 additions and 5 deletions
|
@ -4,12 +4,8 @@
|
|||
* This provides the basic styling for the RetroArch web player.
|
||||
*/
|
||||
textarea.webplayer {
|
||||
border: none;
|
||||
font-family: monospace;
|
||||
font-size: 0.7em;
|
||||
width: 100%;
|
||||
overflow: hide;
|
||||
resize: none;
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
h1 {
|
||||
|
|
Loading…
Add table
Reference in a new issue