From c43f7a874f934ee2f029197068e5cf6debfaeac1 Mon Sep 17 00:00:00 2001 From: AUTOMATIC1111 <16777216c@gmail.com> Date: Sun, 7 Jan 2024 20:24:28 +0300 Subject: [PATCH] align the image in the gallery --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index 224992a00..fb3e082d7 100644 --- a/style.css +++ b/style.css @@ -129,6 +129,10 @@ div.gradio-html.min{ background: var(--input-background-fill); } +.gradio-gallery > button.preview{ + width: 100%; +} + .gradio-container .prose a, .gradio-container .prose a:visited{ color: unset; text-decoration: none;