From 7f49ec6a8595f76ead5e9e7e56954d061747b8d8 Mon Sep 17 00:00:00 2001 From: Bellisario <72039923+Bellisario@users.noreply.github.com> Date: Thu, 5 Aug 2021 21:18:15 +0200 Subject: [PATCH] Resolve image too big bug modifying style --- client/styles.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/styles.css b/client/styles.css index 9d62b7d..c4fc430 100644 --- a/client/styles.css +++ b/client/styles.css @@ -718,9 +718,9 @@ x-dialog x-paper { } /* Image Preview */ #img-preview{ - max-width:100%; - max-height:100%; - + max-height: 50vh; + margin: auto; + display: block; }