From dd8b19578b270750baffb51acc9f0dd6c1a23178 Mon Sep 17 00:00:00 2001 From: Rob Loach Date: Wed, 17 Aug 2016 14:22:21 -0400 Subject: [PATCH] [Emscripten] Fix the CSS styling for the log --- emscripten/webplayer.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/emscripten/webplayer.css b/emscripten/webplayer.css index 705c277e33..484943939f 100644 --- a/emscripten/webplayer.css +++ b/emscripten/webplayer.css @@ -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 {