Commit c249bbb4 authored by AUTOMATIC's avatar AUTOMATIC

Revert "Merge pull request #343 from oobabooga/master"

This reverts commit 338fb1db, reversing
changes made to c2a1b373.
parent 3de44fc5
......@@ -45,7 +45,6 @@ button{
#img2img_prompt, #txt2img_prompt, #img2img_negative_prompt, #txt2img_negative_prompt{
border: none !important;
width: 50%;
}
#img2img_prompt textarea, #txt2img_prompt textarea, #img2img_negative_prompt textarea, #txt2img_negative_prompt textarea{
border: none !important;
......@@ -133,6 +132,11 @@ input[type="range"]{
margin-bottom: 0.5em;
}
#txt2img_negative_prompt, #img2img_negative_prompt{
flex: 0.3;
min-width: 10em;
}
.progressDiv{
width: 100%;
height: 30px;
......@@ -156,7 +160,3 @@ input[type="range"]{
border-radius: 8px;
}
.flex-wrap {
flex-wrap: unset;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment