From 4c72dd74815f55b5f432d2d48a344372d1114a64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Tue, 13 Apr 2021 16:42:32 +0200 Subject: [PATCH] Move progress bar on top of the news feed again, with full width --- .../components/DonationInfo/DonationInfo.vue | 5 +- .../ProgressBar/ProgressBar.spec.js | 4 +- webapp/components/ProgressBar/ProgressBar.vue | 74 ++++++++---- webapp/pages/index.vue | 112 +++++++++--------- 4 files changed, 118 insertions(+), 77 deletions(-) diff --git a/webapp/components/DonationInfo/DonationInfo.vue b/webapp/components/DonationInfo/DonationInfo.vue index 0abfd93b7..1234c67c4 100644 --- a/webapp/components/DonationInfo/DonationInfo.vue +++ b/webapp/components/DonationInfo/DonationInfo.vue @@ -1,7 +1,7 @@