mirror of
https://github.com/vladmandic/automatic
synced 2026-09-18 16:54:33 +02:00
css tweaks
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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);
|
||||
|
||||
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user