diff options
author | d8ahazard <d8ahazard@gmail.com> | 2022-10-02 12:56:22 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-02 12:56:22 +0000 |
commit | 5d26ba2b4b84b64d82150ae70495f928b3b0b116 (patch) | |
tree | 71cb73ba018dab302ea1dfa8c3f368137106a6af /style.css | |
parent | 8deae077004f0332ca607fc3a5d568b1a4705bec (diff) | |
parent | 5f561ee95dcb09d92ea67bab5561dced93fe3d00 (diff) | |
download | stable-diffusion-webui-gfx803-5d26ba2b4b84b64d82150ae70495f928b3b0b116.tar.gz stable-diffusion-webui-gfx803-5d26ba2b4b84b64d82150ae70495f928b3b0b116.tar.bz2 stable-diffusion-webui-gfx803-5d26ba2b4b84b64d82150ae70495f928b3b0b116.zip |
Merge branch 'master' into ScuNET
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -23,7 +23,7 @@ text-align: right;
}
-#generate{
+#txt2img_generate, #img2img_generate {
min-height: 4.5em;
}
@@ -157,7 +157,7 @@ button{ max-width: 10em;
}
-#txt2img_preview, #img2img_preview{
+#txt2img_preview, #img2img_preview, #ti_preview{
position: absolute;
width: 320px;
left: 0;
@@ -172,18 +172,18 @@ button{ }
@media screen and (min-width: 768px) {
- #txt2img_preview, #img2img_preview {
+ #txt2img_preview, #img2img_preview, #ti_preview {
position: absolute;
}
}
@media screen and (max-width: 767px) {
- #txt2img_preview, #img2img_preview {
+ #txt2img_preview, #img2img_preview, #ti_preview {
position: relative;
}
}
-#txt2img_preview div.left-0.top-0, #img2img_preview div.left-0.top-0{
+#txt2img_preview div.left-0.top-0, #img2img_preview div.left-0.top-0, #ti_preview div.left-0.top-0{
display: none;
}
@@ -247,7 +247,7 @@ input[type="range"]{ #txt2img_negative_prompt, #img2img_negative_prompt{
}
-#txt2img_progressbar, #img2img_progressbar{
+#txt2img_progressbar, #img2img_progressbar, #ti_progressbar{
position: absolute;
z-index: 1000;
right: 0;
|