From 955f644ce14f98ed7dd3bd331e57070112ff68ff Mon Sep 17 00:00:00 2001 From: AUTOMATIC <16777216c@gmail.com> Date: Sat, 10 Sep 2022 11:10:00 +0300 Subject: split settings into three columns added a different workaround for gradio mask bug with info in UI switched to newer gradio version --- style.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'style.css') diff --git a/style.css b/style.css index bebd0a53..a3646c16 100644 --- a/style.css +++ b/style.css @@ -93,6 +93,10 @@ fieldset span.text-gray-500, .gr-block.gr-box span.text-gray-500, label.block s border-right: 1px solid rgb(55 65 81); } +#settings fieldset span.text-gray-500, #settings .gr-block.gr-box span.text-gray-500, #settings label.block span{ + position: relative; + border: none; +} .gr-panel div.flex-col div.justify-between label span{ margin: 0; @@ -114,6 +118,11 @@ input[type="range"]{ padding-right: 0.6em; } +#mask_bug_info { + text-align: center; + display: block; + margin-bottom: 0.5em; +} .progressDiv{ -- cgit v1.2.3