From 2ce17e727f70b7b936b9d4541687dbc482658336 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Sun, 14 May 2023 13:27:59 -0400 Subject: [PATCH] fix css --- javascript/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/javascript/style.css b/javascript/style.css index 927630f73..6254de8cb 100644 --- a/javascript/style.css +++ b/javascript/style.css @@ -134,7 +134,7 @@ button.custom-button{ position: absolute; width: 50%; height: 100%; - display: block; + display: none; background: #b4c0cc; } .gradio-button.generate-box-skip:hover, .gradio-button.generate-box-interrupt:hover{