🐛 fix: Fix img2img Gallery image auto height (#481)

pull/482/head
kaalibro 2023-12-03 19:52:08 +06:00
parent aa4befd31c
commit a32cdec8a2
No known key found for this signature in database
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;
}
`;
};