#222 [Bug] Not compatible with LobeUI in Split View mode

This commit is contained in:
Physton
2023-09-07 18:16:42 +08:00
parent 9f39a15db6
commit faa5aee92f
2 changed files with 6 additions and 1 deletions

View File

@@ -4843,6 +4843,11 @@
.app.gradio-container {
overflow: unset;
}
#txt2img_prompt_container, #img2img_prompt_container {
min-width: unset !important;
width: 100% !important;
}
}

2
styles/main.min.css vendored

File diff suppressed because one or more lines are too long