From bce8d58845473b77b9efd2d760bf5e50d10ba31a Mon Sep 17 00:00:00 2001 From: Aria Moradi Date: Fri, 14 May 2021 02:01:28 +0430 Subject: [PATCH] make it look nicer? --- webUI/react/src/components/Page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webUI/react/src/components/Page.tsx b/webUI/react/src/components/Page.tsx index 01dc57b7..acf4a69b 100644 --- a/webUI/react/src/components/Page.tsx +++ b/webUI/react/src/components/Page.tsx @@ -85,7 +85,7 @@ function LazyImage(props: IProps) { ref={ref} src={imageSrc} alt={`Page #${index}`} - style={{ width: '100%' }} + style={{ width: '100%', maxWidth: '95vw' }} /> ); }