aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryfszzx <yfszzx@gmail.com>2022-10-12 16:27:45 +0000
committeryfszzx <yfszzx@gmail.com>2022-10-12 16:27:45 +0000
commit717ba4c71c86cb2d49d731caeed82ce8bec0c057 (patch)
treecca4f038f3f5e54f221d789ceba4e2f64956fce8
parenta2aa2a68bc7868320b502a78765be597e507ce45 (diff)
downloadstable-diffusion-webui-gfx803-717ba4c71c86cb2d49d731caeed82ce8bec0c057.tar.gz
stable-diffusion-webui-gfx803-717ba4c71c86cb2d49d731caeed82ce8bec0c057.tar.bz2
stable-diffusion-webui-gfx803-717ba4c71c86cb2d49d731caeed82ce8bec0c057.zip
images history improvement
-rw-r--r--javascript/images_history.js2
-rw-r--r--style.css4
2 files changed, 3 insertions, 3 deletions
diff --git a/javascript/images_history.js b/javascript/images_history.js
index 620f242c..c5c2886e 100644
--- a/javascript/images_history.js
+++ b/javascript/images_history.js
@@ -172,7 +172,7 @@ function images_history_init(){
}
var images_history_tab_list = ["txt2img", "img2img", "extras"];
-setTimeout(images_history_init, 500)
+setTimeout(images_history_init, 500);
document.addEventListener("DOMContentLoaded", function() {
var mutationObserver = new MutationObserver(function(m){
for (var i in images_history_tab_list ){
diff --git a/style.css b/style.css
index 7704e7bd..c75dce4c 100644
--- a/style.css
+++ b/style.css
@@ -20,7 +20,7 @@
padding-right: 0.25em;
margin: 0.1em 0;
opacity: 0%;
- cursor: default;
+ cursor: default;
}
.output-html p {margin: 0 0.5em;}
@@ -442,7 +442,7 @@ input[type="range"]{
}
.red {
- color: red;
+ color: red;
}
.gallery-item {