Merge pull request #482 from kaalibro/dev

🐛 fix: Fix img2img Gallery image auto height (#481)
pull/485/head
kaalibro 2023-12-03 20:02:16 +06:00 committed by GitHub
commit e5bb47e3ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 8 deletions

View File

@ -748,10 +748,6 @@ var ote='<svg\n class="lucide lucide-arrow-right"\n xmlns="http://www.w3.org/2
}
}
}
div[id^='img2img_'].block.gradio-image {
height: auto !important;
}
`},fte=e=>WB`
.block.gradio-checkbox {
margin: 0 !important;

View File

@ -92,9 +92,5 @@ export default (token: Theme) => {
}
}
}
div[id^='img2img_'].block.gradio-image {
height: auto !important;
}
`;
};