mirror of
https://github.com/Sygil-Dev/sygil-webui.git
synced 2024-12-14 22:13:41 +03:00
bdac53c5a1
* decouple python from js
* bring the painterro btn back
* refactor painterro code
replicate 7ddbd6533a
as close as possible
* improve reliability
* fix big brain import
Co-authored-by: hlky <106811348+hlky@users.noreply.github.com>
22 lines
459 B
CSS
22 lines
459 B
CSS
[data-testid="image"] {min-height: 512px !important}
|
|
* #body>.col:nth-child(2){width:250%;max-width:89vw}
|
|
|
|
#prompt_input, #img2img_prompt_input {
|
|
padding: 0px;
|
|
border: none;
|
|
}
|
|
|
|
#prompt_row input,
|
|
#prompt_row textarea {
|
|
font-size: 1.2rem;
|
|
line-height: 1.6rem;
|
|
}
|
|
|
|
#edit_mode_select{width:auto !important}
|
|
|
|
input[type=number]:disabled { -moz-appearance: textfield;+ }
|
|
|
|
#generate, #img2img_mask_btn, #img2img_edit_btn {
|
|
align-self: stretch;
|
|
}
|