aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2023-08-22 08:02:14 +0000
committerAUTOMATIC1111 <16777216c@gmail.com>2023-08-22 08:02:14 +0000
commitf6c52f4f41f4afe306b5adc90ba81feeca238e1a (patch)
treed6e87b07f474010f494c3869bb7d040c252ea7a2 /style.css
parente8a9d213e4516a7fceead372da13e9b1bc454b4f (diff)
downloadstable-diffusion-webui-gfx803-f6c52f4f41f4afe306b5adc90ba81feeca238e1a.tar.gz
stable-diffusion-webui-gfx803-f6c52f4f41f4afe306b5adc90ba81feeca238e1a.tar.bz2
stable-diffusion-webui-gfx803-f6c52f4f41f4afe306b5adc90ba81feeca238e1a.zip
for live previews, only hide gallery after at least one live previews pic has been received
fix blinking for live previews fix a clientside live previews exception that happens when you kill serverside during sampling match the size of live preview image to gallery image
Diffstat (limited to 'style.css')
-rw-r--r--style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/style.css b/style.css
index 4166a3df..cb12e036 100644
--- a/style.css
+++ b/style.css
@@ -541,7 +541,7 @@ table.popup-table .link{
position: absolute;
object-fit: contain;
width: 100%;
- height: 100%;
+ height: calc(100% - 60px); /* to match gradio's height */
}
/* fullscreen popup (ie in Lora's (i) button) */