| #txt2img_extra_networks:not(div), #img2img_extra_networks:not(div){ | |
| order: 1 ; | |
| } | |
| #setting_show_progress_every_n_steps > div.wrap > div > label > span { | |
| white-space: nowrap; | |
| overflow: hidden; | |
| width: 220px; | |
| text-overflow: ellipsis; | |
| } | |
| /* Fixing Sampling steps covered up on phone */ | |
| @media screen and (min-width: 420px) { | |
| #sampler_selection_txt2img, #sampler_selection_img2img { | |
| flex-direction: row; | |
| } | |
| } | |
| @media screen and (max-width: 420px) { | |
| #sampler_selection_txt2img, #sampler_selection_img2img { | |
| flex-direction: column; | |
| } | |
| } | |
| #txt2img_script_container > * .block.padded, #img2img_script_container > * .block.padded { | |
| padding: 10px ; | |
| } | |
| div.compact { | |
| gap: 5px ; | |
| } | |
| .tab-nav.scroll-hide.svelte-1g805jl { | |
| row-gap: 5px ; | |
| } | |
| #txt2img_script_container > div, #img2img_script_container > div { | |
| margin-bottom: 10px; | |
| } |