From f40617d6c4e366773677baa8d7f4114ba2893282 Mon Sep 17 00:00:00 2001 From: AUTOMATIC <16777216c@gmail.com> Date: Sat, 3 Sep 2022 17:21:15 +0300 Subject: support for scripts --- style.css | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index f43d5162..81a0f492 100644 --- a/style.css +++ b/style.css @@ -22,22 +22,24 @@ button{ overflow: visible !important; } -fieldset span.text-gray-500, .gr-panel div.flex-col div.justify-between label, label.block span{ +#x_type, #y_type{ + max-width: 10em; +} + +fieldset span.text-gray-500, .gr-block.gr-box span.text-gray-500, label.block span{ position: absolute; top: -0.6em; line-height: 1.2em; padding: 0 0.5em; margin: 0; -} -fieldset span.text-gray-500, .gr-panel div.flex-col div.justify-between label, label.block span{ background-color: white; border-top: 1px solid #eee; border-left: 1px solid #eee; border-right: 1px solid #eee; } -.dark fieldset span.text-gray-500, .dark .gr-panel div.flex-col div.justify-between label, .dark label.block span{ +.dark fieldset span.text-gray-500, .dark .gr-block.gr-box span.text-gray-500, .dark label.block span{ background-color: rgb(31, 41, 55); border-top: 1px solid rgb(55 65 81); border-left: 1px solid rgb(55 65 81); @@ -63,4 +65,4 @@ input[type="range"]{ #txt2img_sampling label{ padding-left: 0.6em; padding-right: 0.6em; -} \ No newline at end of file +} -- cgit v1.2.1