From b1f2d4e22d398ecf77cdc0ab495cf7bc3ddd6df0 Mon Sep 17 00:00:00 2001 From: JonFreer Date: Sun, 13 Aug 2023 17:05:36 +0100 Subject: [PATCH] ui: redesign image upload section --- js/src/components/PictureUpload.vue | 95 +++++++++++-------- .../views/Account/children/EditIdentity.vue | 15 +-- js/src/views/Event/EditView.vue | 13 ++- 3 files changed, 69 insertions(+), 54 deletions(-) diff --git a/js/src/components/PictureUpload.vue b/js/src/components/PictureUpload.vue index c0a4c94e3..3e5f714fb 100644 --- a/js/src/components/PictureUpload.vue +++ b/js/src/components/PictureUpload.vue @@ -1,54 +1,65 @@ @@ -56,9 +67,9 @@ @use "@/styles/_mixins" as *; figure.image { // @include margin-right(30px); - max-height: 200px; - max-width: 200px; - overflow: hidden; + //max-height: 200px; + //max-width: 200px; + //overflow: hidden; } .image-placeholder { diff --git a/js/src/views/Account/children/EditIdentity.vue b/js/src/views/Account/children/EditIdentity.vue index 7d12d79d8..19762058a 100644 --- a/js/src/views/Account/children/EditIdentity.vue +++ b/js/src/views/Account/children/EditIdentity.vue @@ -8,13 +8,14 @@ }} {{ $t("I create an identity") }} - - + + +

{{ t("General information") }}

- + + + +