From ff8c2d0b709f1e4180fb19fa5c27ec28c414cedd Mon Sep 17 00:00:00 2001 From: hlky Date: Wed, 31 Aug 2022 13:59:57 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20Synced=20local=20'frontend/css/s?= =?UTF-8?q?tyles.css'=20with=20remote=20'frontend/css/styles.css'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/css/styles.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/frontend/css/styles.css b/frontend/css/styles.css index 5995710bf..46ee4aa6c 100644 --- a/frontend/css/styles.css +++ b/frontend/css/styles.css @@ -17,3 +17,8 @@ input[type=number]:disabled { -moz-appearance: textfield; } #generate, #img2img_mask_btn, #img2img_edit_btn { align-self: stretch; } + +#gan_image { + width: 512px; + height: auto; +}