From 3f821d24bb0309e37aabab3f92589f87ae67517d Mon Sep 17 00:00:00 2001 From: ogerly Date: Thu, 22 Sep 2022 14:47:34 +0200 Subject: [PATCH 1/3] style: add border-radius on send form --- frontend/src/components/GddSend/TransactionForm.vue | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/frontend/src/components/GddSend/TransactionForm.vue b/frontend/src/components/GddSend/TransactionForm.vue index 62361c4d0..69c6b6b45 100644 --- a/frontend/src/components/GddSend/TransactionForm.vue +++ b/frontend/src/components/GddSend/TransactionForm.vue @@ -46,7 +46,7 @@ @@ -81,7 +81,11 @@ v-slot="{ errors, valid }" > - +
{{ $t('GDD') }}
@@ -115,7 +119,7 @@ v-slot="{ errors }" > - + @@ -237,4 +241,7 @@ span.errors { #input-3:focus { font-weight: bold; } +.border-radius { + border-radius: 10px; +} From 52524120ba257d8bb77e7ab407a98aeafa89e31c Mon Sep 17 00:00:00 2001 From: ogerly Date: Thu, 22 Sep 2022 15:11:55 +0200 Subject: [PATCH 2/3] style: deleted max-rows 6 from all forms textareas --- .../ContributionMessages/ContributionMessagesFormular.vue | 1 - frontend/src/components/Contributions/ContributionForm.vue | 1 - 2 files changed, 2 deletions(-) diff --git a/admin/src/components/ContributionMessages/ContributionMessagesFormular.vue b/admin/src/components/ContributionMessages/ContributionMessagesFormular.vue index a0e790abe..c9c285eef 100644 --- a/admin/src/components/ContributionMessages/ContributionMessagesFormular.vue +++ b/admin/src/components/ContributionMessages/ContributionMessagesFormular.vue @@ -7,7 +7,6 @@ v-model="form.text" :placeholder="$t('contributionLink.memo')" rows="3" - max-rows="6" > diff --git a/frontend/src/components/Contributions/ContributionForm.vue b/frontend/src/components/Contributions/ContributionForm.vue index 3a9010ec2..47f2be4c4 100644 --- a/frontend/src/components/Contributions/ContributionForm.vue +++ b/frontend/src/components/Contributions/ContributionForm.vue @@ -42,7 +42,6 @@ id="contribution-memo" v-model="form.memo" rows="3" - max-rows="6" :placeholder="$t('contribution.yourActivity')" required > From 8b2a781be15ba34305e8ce755157acc6817be3d3 Mon Sep 17 00:00:00 2001 From: ogerly Date: Thu, 22 Sep 2022 15:14:58 +0200 Subject: [PATCH 3/3] style: deleted max-rows 6 from all forms textareas --- .../ContributionMessages/ContributionMessagesFormular.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/components/ContributionMessages/ContributionMessagesFormular.vue b/frontend/src/components/ContributionMessages/ContributionMessagesFormular.vue index e3f9fd5e7..1a5928cc3 100644 --- a/frontend/src/components/ContributionMessages/ContributionMessagesFormular.vue +++ b/frontend/src/components/ContributionMessages/ContributionMessagesFormular.vue @@ -7,7 +7,6 @@ v-model="form.text" :placeholder="$t('form.memo')" rows="3" - max-rows="6" >