From 745efef08dce9459eb131bdd3a1c64879d4d68c4 Mon Sep 17 00:00:00 2001 From: missionfloyd Date: Thu, 21 Dec 2023 21:34:02 -0700 Subject: [PATCH] Expand gr.Image() dropzone to fill component --- style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/style.css b/style.css index 55736a895..224992a00 100644 --- a/style.css +++ b/style.css @@ -139,6 +139,11 @@ a{ cursor: pointer; } +.upload-container { + width: 100%; + max-width: 100%; +} + /* gradio 3.39 puts a lot of overflow: hidden all over the place for an unknown reason. */ div.gradio-container, .block.gradio-textbox, div.gradio-group, div.gradio-dropdown{ overflow: visible !important;