diff options
author | liamkerr <liamkerr@users.noreply.github.com> | 2022-10-02 14:02:38 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-02 14:02:38 +0000 |
commit | 7308aeefd9d25212398068c1a35f0b879b9ba06f (patch) | |
tree | 60f81d876522c772f85911ec4065ab3f448a8479 /style.css | |
parent | 3c6a049fc3c6b54ada3736710a7e86663ea7f3d9 (diff) | |
parent | 4e72a1aab6d1b3a8d8c09fadc81843a07c05cc18 (diff) | |
download | stable-diffusion-webui-gfx803-7308aeefd9d25212398068c1a35f0b879b9ba06f.tar.gz stable-diffusion-webui-gfx803-7308aeefd9d25212398068c1a35f0b879b9ba06f.tar.bz2 stable-diffusion-webui-gfx803-7308aeefd9d25212398068c1a35f0b879b9ba06f.zip |
Merge branch 'master' into token_updates
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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;
|