support for scripts

This commit is contained in:
AUTOMATIC
2022-09-03 17:21:15 +03:00
parent 345028099d
commit f40617d6c4
10 changed files with 183 additions and 154 deletions

View File

@@ -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;
}
}