From b4b40cce5a916f7bc1acae0e51c84d392e4882a5 Mon Sep 17 00:00:00 2001 From: lowlighter <22963968+lowlighter@users.noreply.github.com> Date: Sun, 14 Mar 2021 12:14:59 +0100 Subject: [PATCH] Update achievements display to attempt solve ios display --- .../templates/classic/partials/achievements.ejs | 15 ++++++++++----- source/templates/classic/style.css | 3 +++ 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/source/templates/classic/partials/achievements.ejs b/source/templates/classic/partials/achievements.ejs index 48438f99..22193703 100644 --- a/source/templates/classic/partials/achievements.ejs +++ b/source/templates/classic/partials/achievements.ejs @@ -15,14 +15,19 @@ <% for (const {title, text, icon, rank, gh = NaN, progress = 0, unlock = null} of plugins.achievements.list) { %>
">
- - - + + + + + + + + <% if ((progress)||(rank !== "X")) { %> - + <% } %> - <%- icon %> + <%- icon %>
diff --git a/source/templates/classic/style.css b/source/templates/classic/style.css index a7c97c02..4b323929 100644 --- a/source/templates/classic/style.css +++ b/source/templates/classic/style.css @@ -894,6 +894,9 @@ font-size: 10px; padding: 0 5px; } + .achievement .gauge-base, .achievement .gauge-arc { + stroke-width: 6; + } /* Fade animation */ .af {