Start vanilla workflow conversion, better PNG parser based on catbox

userscript code
This commit is contained in:
space-nuko
2023-05-21 11:10:10 -05:00
parent affe973375
commit c3ab3aa69a
9 changed files with 267 additions and 74 deletions

View File

@@ -18,7 +18,7 @@
let galleryStyle: Styles = {
grid_cols: [2],
object_fit: "cover",
object_fit: "contain",
height: "var(--size-96)"
}
@@ -165,6 +165,11 @@
> :global(.block) {
height: 100%;
:global(> .preview) {
height: 100%;
max-height: none !important;
}
}
}