From a65ef5f548ea133ce6e735229cc36f8d6057bbcb Mon Sep 17 00:00:00 2001 From: John Costa Date: Wed, 2 Jul 2025 14:28:14 +0100 Subject: [PATCH] fix: styling --- .../src/notifications/ProcessingImages.tsx | 47 ++++++++++--------- 1 file changed, 25 insertions(+), 22 deletions(-) diff --git a/frontend/src/notifications/ProcessingImages.tsx b/frontend/src/notifications/ProcessingImages.tsx index 6f90bc8..8bf5cbf 100644 --- a/frontend/src/notifications/ProcessingImages.tsx +++ b/frontend/src/notifications/ProcessingImages.tsx @@ -74,29 +74,32 @@ export const ProcessingImages: Component = () => { - - - {([id, _image]) => ( - - {(image) => ( -
- processing -
-

{image().ImageName}

+ + + + {([id, _image]) => ( + + {(image) => ( +
+ processing +
+

{image().ImageName}

+
+
-
- -
-
- )} - - )} - - + )} + + )} + + + ); };