diff options
author | AUTOMATIC <16777216c@gmail.com> | 2022-09-03 14:21:15 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2022-09-03 14:21:15 +0000 |
commit | f40617d6c4e366773677baa8d7f4114ba2893282 (patch) | |
tree | 7e5e1810017d11133c4294190124ad74e1b2d961 /style.css | |
parent | 345028099d893f8a66726cfd13627d8cc1bcc724 (diff) | |
download | stable-diffusion-webui-gfx803-f40617d6c4e366773677baa8d7f4114ba2893282.tar.gz stable-diffusion-webui-gfx803-f40617d6c4e366773677baa8d7f4114ba2893282.tar.bz2 stable-diffusion-webui-gfx803-f40617d6c4e366773677baa8d7f4114ba2893282.zip |
support for scripts
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -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 +}
|