From 32a3c05af7aacccfc3915b7afe59de04d9f061d0 Mon Sep 17 00:00:00 2001 From: James Pound Date: Fri, 9 Sep 2022 12:12:44 -0400 Subject: [PATCH] Added CSS to center the image in the txt2img interface --- frontend/css/streamlit.main.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontend/css/streamlit.main.css b/frontend/css/streamlit.main.css index 4e11b77..a866a33 100644 --- a/frontend/css/streamlit.main.css +++ b/frontend/css/streamlit.main.css @@ -13,3 +13,6 @@ button[data-baseweb="tab"] { font-size: 25px; } +.css-du1fp8 { + justify-content: center; +} \ No newline at end of file