sana-zero / scripts /style.css
gen6scp's picture
Patched codes for ZeroGPU
d643072
raw
history blame contribute delete
235 Bytes
/*.gradio-container{width:680px!important}*/
/* style.css */
.gradio_group, .gradio_row, .gradio_column {
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: flex-start;
flex-wrap: wrap;
}