File size: 239 Bytes
ea35075 |
1 2 3 4 5 6 7 8 9 10 11 12 |
#openpose3d_iframe {
display: block;
width: 100%;
height: calc(100vh - 150px);
min-height: 750px;
}
/* Workaround for ashen-sensored/stable-diffusion-webui-two-shot */
#openpose3d_main .output-html {
display: block;
}
|