From 893b3e537d5de766cd3e3835eeb4f2508514c42d Mon Sep 17 00:00:00 2001 From: Anton Tranelis Date: Mon, 9 Jun 2025 18:12:58 +0200 Subject: [PATCH] layouting and small fix --- src/Components/Profile/ProfileForm.tsx | 2 +- .../Profile/Subcomponents/GalleryForm.tsx | 19 ++++++++++++------- src/assets/css/custom-file-upload.css | 2 +- src/assets/image-placeholder.svg | 10 ++++++++++ 4 files changed, 24 insertions(+), 9 deletions(-) create mode 100644 src/assets/image-placeholder.svg diff --git a/src/Components/Profile/ProfileForm.tsx b/src/Components/Profile/ProfileForm.tsx index 62a3cc8d..b1c68d23 100644 --- a/src/Components/Profile/ProfileForm.tsx +++ b/src/Components/Profile/ProfileForm.tsx @@ -164,7 +164,7 @@ export function ProfileForm() { <>
{ return ( <> -
+
{images.map((image, index) => (
{`Gallery @@ -107,7 +107,7 @@ export const GalleryForm = ({ state, setState }: Props) => { )} {image.state === 'uploaded' && (
{