diff options
author | AUTOMATIC <16777216c@gmail.com> | 2022-09-17 12:38:15 +0300 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2022-09-17 12:38:15 +0300 |
commit | 99585b3514e2d7e987651d5c6a0806f933af012b (patch) | |
tree | 3586d8887f4bf3ce6a99cc588c33f4111ba054a9 /style.css | |
parent | f8f17e3b9e61f238dd32b6d1bab5db040c531559 (diff) |
moved progressbar to top by request
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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;
|