summaryrefslogtreecommitdiff
path: root/src/SMAPI.Web/wwwroot/Content/css
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2017-10-29 18:37:40 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2017-10-29 18:37:40 -0400
commit650d729bc3e58ec1ecbb554805f8600f63b59a13 (patch)
treedb8067999193769a53eacc1b5fa225cfd1a3e45f /src/SMAPI.Web/wwwroot/Content/css
parent7ed1fbf0aac5a3b777e3ed5b8f104bd27ce4bf0c (diff)
downloadSMAPI-650d729bc3e58ec1ecbb554805f8600f63b59a13.tar.gz
SMAPI-650d729bc3e58ec1ecbb554805f8600f63b59a13.tar.bz2
SMAPI-650d729bc3e58ec1ecbb554805f8600f63b59a13.zip
minor layout tweak (#358)
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;