mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2024-06-07 21:20:49 +00:00
Revert "Merge pull request #343 from oobabooga/master"
This reverts commit338fb1db63
, reversing changes made toc2a1b37382
.
This commit is contained in:
parent
3de44fc580
commit
c249bbb4d4
10
style.css
10
style.css
@ -45,7 +45,6 @@ button{
|
|||||||
|
|
||||||
#img2img_prompt, #txt2img_prompt, #img2img_negative_prompt, #txt2img_negative_prompt{
|
#img2img_prompt, #txt2img_prompt, #img2img_negative_prompt, #txt2img_negative_prompt{
|
||||||
border: none !important;
|
border: none !important;
|
||||||
width: 50%;
|
|
||||||
}
|
}
|
||||||
#img2img_prompt textarea, #txt2img_prompt textarea, #img2img_negative_prompt textarea, #txt2img_negative_prompt textarea{
|
#img2img_prompt textarea, #txt2img_prompt textarea, #img2img_negative_prompt textarea, #txt2img_negative_prompt textarea{
|
||||||
border: none !important;
|
border: none !important;
|
||||||
@ -133,6 +132,11 @@ input[type="range"]{
|
|||||||
margin-bottom: 0.5em;
|
margin-bottom: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#txt2img_negative_prompt, #img2img_negative_prompt{
|
||||||
|
flex: 0.3;
|
||||||
|
min-width: 10em;
|
||||||
|
}
|
||||||
|
|
||||||
.progressDiv{
|
.progressDiv{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 30px;
|
height: 30px;
|
||||||
@ -156,7 +160,3 @@ input[type="range"]{
|
|||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.flex-wrap {
|
|
||||||
flex-wrap: unset;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user