🐛 fix: Fix gradio group style [fix #385]

pull/414/head
canisminor1990 2023-09-08 11:49:50 +08:00
parent c56380b580
commit b630d9b0db
2 changed files with 7 additions and 15 deletions

File diff suppressed because one or more lines are too long

View File

@ -95,14 +95,10 @@ export const useStyles = createStyles(
splitView: css`
#txt2img_toprow,
#img2img_toprow {
flex-direction: column !important;
padding: 0 !important;
background: transparent !important;
}
#txt2img_toprow,
#ing2img_toprow {
flex-direction: column !important;
}
`,
text2img: css`
button[id$='_generate'] {
@ -166,8 +162,8 @@ export const useStyles = createStyles(
flex-direction: column;
gap: 12px;
> div.gr-group.gradio-group {
gap: 12px;
> div.gr-group.gradio-group:has(.label-wrap) {
gap: 12px !important;
margin: 0 !important;
padding: 16px !important;