From 9c9b6d5aa591e4339cf0a6cc20f6aa873f530b91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Thu, 15 Apr 2021 13:17:49 +0200 Subject: [PATCH] Change height of process bar and button to small --- webapp/components/DonationInfo/DonationInfo.vue | 2 +- webapp/components/ProgressBar/ProgressBar.vue | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/webapp/components/DonationInfo/DonationInfo.vue b/webapp/components/DonationInfo/DonationInfo.vue index f82b7b747..4abadea60 100644 --- a/webapp/components/DonationInfo/DonationInfo.vue +++ b/webapp/components/DonationInfo/DonationInfo.vue @@ -2,7 +2,7 @@
- {{ $t('donations.donate-now') }} + {{ $t('donations.donate-now') }}
diff --git a/webapp/components/ProgressBar/ProgressBar.vue b/webapp/components/ProgressBar/ProgressBar.vue index 3905ee734..561c9bb5d 100644 --- a/webapp/components/ProgressBar/ProgressBar.vue +++ b/webapp/components/ProgressBar/ProgressBar.vue @@ -53,12 +53,14 @@ export default {