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; }