moved progressbar to top by request

This commit is contained in:
AUTOMATIC
2022-09-17 12:38:15 +03:00
parent f8f17e3b9e
commit 99585b3514
2 changed files with 10 additions and 3 deletions

View File

@@ -167,6 +167,12 @@ input[type="range"]{
#txt2img_negative_prompt, #img2img_negative_prompt{
}
#progressbar{
position: absolute;
z-index: 1000;
right: 0;
}
.progressDiv{
width: 100%;
height: 30px;