images history improvement

This commit is contained in:
yfszzx
2022-10-11 20:23:41 +08:00
29 changed files with 1678 additions and 214 deletions

View File

@@ -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;
}