diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-02-21 20:13:05 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-02-24 18:41:56 -0500 |
commit | fa3fa400fff0b97cbdca267295f8fbebbab17b61 (patch) | |
tree | 5c7a77404c13694d0b797531e3320925f9de547f /src/SMAPI.Web/wwwroot/Content/css | |
parent | 781074473a0f56488732b5dcb4c19f319f4da003 (diff) | |
download | SMAPI-fa3fa400fff0b97cbdca267295f8fbebbab17b61.tar.gz SMAPI-fa3fa400fff0b97cbdca267295f8fbebbab17b61.tar.bz2 SMAPI-fa3fa400fff0b97cbdca267295f8fbebbab17b61.zip |
minor tweaks to new log parser UI (#619)
Diffstat (limited to 'src/SMAPI.Web/wwwroot/Content/css')
-rw-r--r-- | src/SMAPI.Web/wwwroot/Content/css/log-parser.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/SMAPI.Web/wwwroot/Content/css/log-parser.css b/src/SMAPI.Web/wwwroot/Content/css/log-parser.css index 5e7ccb79..ea28cd7d 100644 --- a/src/SMAPI.Web/wwwroot/Content/css/log-parser.css +++ b/src/SMAPI.Web/wwwroot/Content/css/log-parser.css @@ -78,12 +78,12 @@ table caption { min-height: 1.3em; } -#updates { - min-width: 10em; +#fix-list { + margin-bottom: 2em; } -.invisible { - visibility: hidden; +#updates { + min-width: 10em; } #mods { |