css tweaks

This commit is contained in:
Vladimir Mandic
2024-06-14 10:42:34 -04:00
parent 945da97d32
commit 3df993c183
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -2,6 +2,7 @@
## Update for 2024-06-14
- css tweaks for standardui
- force apply vae config on model load
- restructure api examples: `cli/api-*`
- fix control second pass resize
+1 -1
View File
@@ -30,7 +30,7 @@
--inactive-color: var(--primary--800);
--body-text-color: var(--neutral-100);
--body-text-color-subdued: var(--neutral-300);
--background-color: black;
--background-color: var(--neutral-950);
--background-fill-primary: var(--neutral-700);
--input-padding: 4px;
--input-background-fill: var(--neutral-800);
+1 -1
View File
@@ -16,7 +16,7 @@ def create_toprow(is_img2img: bool = False, id_part: str = None):
if id_part is None:
id_part = "img2img" if is_img2img else "txt2img"
with gr.Row(elem_id=f"{id_part}_toprow", variant="compact"):
with gr.Column(elem_id=f"{id_part}_prompt_container", scale=6):
with gr.Column(elem_id=f"{id_part}_prompt_container", scale=5):
with gr.Row():
with gr.Column(scale=80):
with gr.Row():