From 8cbfb19506f68ea52ff847abc68f1a2985246fa9 Mon Sep 17 00:00:00 2001 From: Ash Gray Date: Sat, 15 Apr 2023 23:16:14 +0200 Subject: [PATCH] style: fix green border, minor changes --- public/assets/css/main.css | 2 ++ views/progress.handlebars | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/public/assets/css/main.css b/public/assets/css/main.css index c70473d..2f7e43f 100644 --- a/public/assets/css/main.css +++ b/public/assets/css/main.css @@ -697,6 +697,8 @@ section.update-signup div.circle { } .progress-bar-real { background-color: var(--green-shade-1); + width: calc(var(--progress-bar-width) - 6px); + left: 6px; } .all-progress-lists { diff --git a/views/progress.handlebars b/views/progress.handlebars index 291ccc5..03ba96a 100644 --- a/views/progress.handlebars +++ b/views/progress.handlebars @@ -16,9 +16,9 @@
-

Donation goal {{#if (greaterThan donationCache.completed_real 100) }}An animated image of CucuĂ­ Ganon dancing{{/if}}

+

Donation goal {{#if (greaterThan donationCache.completed_real 99) }}An animated image of CucuĂ­ Ganon dancing{{/if}}

-
+ {{#if (greaterThan donationCache.completed_real 100) }}
{{/if}}

{{{ locale.donation.progress }}} {{{ locale.donation.upgradePush }}}