🐛 fix: Fix img2img Gallery image auto height (#481)
parent
aa4befd31c
commit
a32cdec8a2
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -92,9 +92,5 @@ export default (token: Theme) => {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
div[id^='img2img_'].block.gradio-image {
|
||||
height: auto !important;
|
||||
}
|
||||
`;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue