Replace eye icon with SVG for Apple platforms

This commit is contained in:
2021-01-30 14:19:01 +01:00
parent b838e78ec4
commit 131bbe11e6
3 changed files with 14 additions and 1 deletions

View File

@ -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;