From cbaa0162b9366e5de722235aeb633908c59bb3e1 Mon Sep 17 00:00:00 2001 From: ogerly Date: Tue, 8 Feb 2022 20:48:40 +0100 Subject: [PATCH 1/3] profil settings header info refactor style --- .../src/views/Pages/UserProfile/UserCard.vue | 40 +++++++++++-------- 1 file changed, 24 insertions(+), 16 deletions(-) diff --git a/frontend/src/views/Pages/UserProfile/UserCard.vue b/frontend/src/views/Pages/UserProfile/UserCard.vue index 4ddbb2726..04e1c927e 100755 --- a/frontend/src/views/Pages/UserProfile/UserCard.vue +++ b/frontend/src/views/Pages/UserProfile/UserCard.vue @@ -9,22 +9,30 @@ > -
-
- - {{ $n(balance, 'decimal') }} - - GDD -
-
- {{ transactionCount }} - {{ $t('transactions') }} -
-
- -- - {{ $t('community.community') }} -
-
+ + + +
+ {{ $n(balance, 'decimal') }} +
+
GDD
+
+ +
+ {{ transactionCount }} +
+
+ {{ $t('transactions') }} +
+
+ +
--
+
+ {{ $t('community.community') }} +
+
+
+
From 81b3dc08ae6f60049feba690132dba37c84ad5c5 Mon Sep 17 00:00:00 2001 From: ogerly Date: Tue, 8 Feb 2022 20:51:55 +0100 Subject: [PATCH 2/3] margin footer refactor, more margin to top --- frontend/src/views/Layout/ContentFooter.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/views/Layout/ContentFooter.vue b/frontend/src/views/Layout/ContentFooter.vue index 4350e3f55..dedfc4765 100755 --- a/frontend/src/views/Layout/ContentFooter.vue +++ b/frontend/src/views/Layout/ContentFooter.vue @@ -1,6 +1,6 @@