summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2019-03-14 19:34:14 -0400
committerGitHub <noreply@github.com>2019-03-14 19:34:14 -0400
commitbd3a641949a2a52b7f89210d8e56ea8c6270874d (patch)
tree0a794afbda01efb8fb9d794ca6389a8f7611a724
parent0e504ce18aff14409c37b44462e58b94c1bbb9df (diff)
parentf91d9ce97eadd35314a5b4c46e9cbe0649387b97 (diff)
downloadSMAPI-bd3a641949a2a52b7f89210d8e56ea8c6270874d.tar.gz
SMAPI-bd3a641949a2a52b7f89210d8e56ea8c6270874d.tar.bz2
SMAPI-bd3a641949a2a52b7f89210d8e56ea8c6270874d.zip
Merge pull request #627 from danvolchek/no-hover-jumping
Stop log messages from jumping around in hover edge case
-rw-r--r--src/SMAPI.Web/Views/LogParser/Index.cshtml2
-rw-r--r--src/SMAPI.Web/wwwroot/Content/css/log-parser.css1
2 files changed, 1 insertions, 2 deletions
diff --git a/src/SMAPI.Web/Views/LogParser/Index.cshtml b/src/SMAPI.Web/Views/LogParser/Index.cshtml
index 36855768..babd0bd3 100644
--- a/src/SMAPI.Web/Views/LogParser/Index.cshtml
+++ b/src/SMAPI.Web/Views/LogParser/Index.cshtml
@@ -17,7 +17,7 @@
{
<meta name="robots" content="noindex" />
}
- <link rel="stylesheet" href="~/Content/css/log-parser.css?r=20190310" />
+ <link rel="stylesheet" href="~/Content/css/log-parser.css?r=20190314" />
<script src="https://cdn.jsdelivr.net/npm/vue@2.5.17/dist/vue.min.js" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/jquery@3.3.1/dist/jquery.min.js" crossorigin="anonymous"></script>
<script src="~/Content/js/log-parser.js?r=20190310"></script>
diff --git a/src/SMAPI.Web/wwwroot/Content/css/log-parser.css b/src/SMAPI.Web/wwwroot/Content/css/log-parser.css
index 7610f12c..d5013207 100644
--- a/src/SMAPI.Web/wwwroot/Content/css/log-parser.css
+++ b/src/SMAPI.Web/wwwroot/Content/css/log-parser.css
@@ -255,7 +255,6 @@ table caption {
}
#log td[data-title]:hover {
- font-size: 1px;
overflow: inherit;
position: relative;
}