mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-04-26 17:29:09 +00:00
images history improvement
This commit is contained in:
12
style.css
12
style.css
@@ -1,3 +1,7 @@
|
||||
.container {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.output-html p {margin: 0 0.5em;}
|
||||
|
||||
.row > *,
|
||||
@@ -463,6 +467,10 @@ input[type="range"]{
|
||||
max-width: 32em;
|
||||
padding: 0;
|
||||
}
|
||||
.images-history-hidden{
|
||||
display: none;
|
||||
|
||||
canvas[key="mask"] {
|
||||
z-index: 12 !important;
|
||||
filter: invert();
|
||||
mix-blend-mode: multiply;
|
||||
pointer-events: none;
|
||||
}
|
||||
Reference in New Issue
Block a user