diff --git a/scripts/explorer.js b/scripts/explorer.js index db5f003..a248baf 100644 --- a/scripts/explorer.js +++ b/scripts/explorer.js @@ -339,7 +339,7 @@ jQuery(document).ready(function($) else result += ' ' - result += '👁'; + result += ''; result += ""; $("table").append(result); diff --git a/styles/icons/eye.svg b/styles/icons/eye.svg new file mode 100644 index 0000000..a963457 --- /dev/null +++ b/styles/icons/eye.svg @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/styles/main.css b/styles/main.css index f23f64d..4877ab1 100644 --- a/styles/main.css +++ b/styles/main.css @@ -502,6 +502,10 @@ article.explorer tr td:last-child { white-space:nowrap; } +article.explorer tr td:last-child img { + max-width:50%; +} + article.explorer tr td.help { font-size:1.5rem; text-align:center;