mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-08-08 13:19:54 +00:00
images history improvement
This commit is contained in:
@@ -172,7 +172,7 @@ function images_history_init(){
|
|||||||
}
|
}
|
||||||
|
|
||||||
var images_history_tab_list = ["txt2img", "img2img", "extras"];
|
var images_history_tab_list = ["txt2img", "img2img", "extras"];
|
||||||
setTimeout(images_history_init, 500)
|
setTimeout(images_history_init, 500);
|
||||||
document.addEventListener("DOMContentLoaded", function() {
|
document.addEventListener("DOMContentLoaded", function() {
|
||||||
var mutationObserver = new MutationObserver(function(m){
|
var mutationObserver = new MutationObserver(function(m){
|
||||||
for (var i in images_history_tab_list ){
|
for (var i in images_history_tab_list ){
|
||||||
|
@@ -20,7 +20,7 @@
|
|||||||
padding-right: 0.25em;
|
padding-right: 0.25em;
|
||||||
margin: 0.1em 0;
|
margin: 0.1em 0;
|
||||||
opacity: 0%;
|
opacity: 0%;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
}
|
}
|
||||||
|
|
||||||
.output-html p {margin: 0 0.5em;}
|
.output-html p {margin: 0 0.5em;}
|
||||||
@@ -442,7 +442,7 @@ input[type="range"]{
|
|||||||
}
|
}
|
||||||
|
|
||||||
.red {
|
.red {
|
||||||
color: red;
|
color: red;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gallery-item {
|
.gallery-item {
|
||||||
|
Reference in New Issue
Block a user