Attempt to fix negative prompt UI for #238

This commit is contained in:
AUTOMATIC 2022-09-10 20:18:38 +03:00
parent dfefc5175a
commit d41568de29

View File

@ -130,6 +130,7 @@ input[type="range"]{
#txt2img_negative_prompt, #img2img_negative_prompt{
flex: 0.3;
min-width: 10em;
}
.progressDiv{