summaryrefslogtreecommitdiff
path: root/src/SMAPI.Web/wwwroot/Content/css
diff options
context:
space:
mode:
Diffstat (limited to 'src/SMAPI.Web/wwwroot/Content/css')
-rw-r--r--src/SMAPI.Web/wwwroot/Content/css/log-parser.css5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/SMAPI.Web/wwwroot/Content/css/log-parser.css b/src/SMAPI.Web/wwwroot/Content/css/log-parser.css
index afa79a65..975e9c2e 100644
--- a/src/SMAPI.Web/wwwroot/Content/css/log-parser.css
+++ b/src/SMAPI.Web/wwwroot/Content/css/log-parser.css
@@ -105,10 +105,9 @@ input[type="button"] {
}
#input, #dataraw {
- width: 80%;
+ width: 100%;
height: 30em;
- max-width: 80%;
- max-height: 100%;
+ max-height: 70%;
margin: auto;
box-sizing: border-box;
border-radius: 5px;