From 2db7b66f8fbc706c3fede68d53951ce9ca929699 Mon Sep 17 00:00:00 2001 From: Benjamin Bolte Date: Wed, 29 May 2024 02:54:47 -0400 Subject: [PATCH] show the full image, but smaller --- frontend/src/pages/Robot.tsx | 32 +++++++++++++++++++++----------- 1 file changed, 21 insertions(+), 11 deletions(-) diff --git a/frontend/src/pages/Robot.tsx b/frontend/src/pages/Robot.tsx index 06a34c6d..b670e50d 100644 --- a/frontend/src/pages/Robot.tsx +++ b/frontend/src/pages/Robot.tsx @@ -90,7 +90,7 @@ const RobotDetails = () => { - +

{name}

{owner} @@ -111,7 +111,7 @@ const RobotDetails = () => { )} {images && ( - + {

{ }} />
- -

{image.caption}

+ + {image.caption} ))} @@ -181,7 +189,7 @@ const RobotDetails = () => { onHide={handleClose} fullscreen="md-down" centered - size="xl" + size="lg" scrollable > @@ -190,11 +198,13 @@ const RobotDetails = () => { - {images[imageIndex].caption} +
+ {images[imageIndex].caption} +