Commit cf0266f7 authored by oobabooga's avatar oobabooga Committed by GitHub

Make prompt and negative prompt take same space

parent 64591ce3
......@@ -45,6 +45,7 @@ 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;
......@@ -132,11 +133,6 @@ input[type="range"]{
margin-bottom: 0.5em;
}
#txt2img_negative_prompt, #img2img_negative_prompt{
flex: 0.3;
min-width: 10em;
}
.progressDiv{
width: 100%;
height: 30px;
......
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