| #forge_couple_t2i, #forge_couple_i2i { | |
| user-select: none; | |
| } | |
| .fc_enable>label { | |
| height: 100%; | |
| } | |
| .fc_adv { | |
| flex-direction: row; | |
| justify-content: center; | |
| } | |
| .fc_adv>div { | |
| gap: 2em; | |
| width: 100%; | |
| } | |
| .fc_adv .gradio-image { | |
| width: 512px; | |
| height: 512px; | |
| margin: auto; | |
| display: flex; | |
| } | |
| .fc_adv .fc_preview_img .image-container { | |
| display: flex; | |
| } | |
| .fc_adv .fc_preview_img img { | |
| width: auto; | |
| height: auto; | |
| max-width: 100%; | |
| max-height: 100%; | |
| margin: auto ; | |
| background-image: none; | |
| background-size: contain; | |
| background-position: center; | |
| background-color: black; | |
| } | |
| .fc_adv .fc_bg_btns { | |
| min-width: unset ; | |
| left: calc(100% + 4px); | |
| position: absolute; | |
| } | |
| .fc_bbox { | |
| position: absolute; | |
| opacity: 0.8; | |
| pointer-events: none; | |
| } | |
| .fc_row_btns { | |
| position: absolute; | |
| z-index: 500; | |
| right: 4px; | |
| top: -1em; | |
| } | |
| .fc_row_btns div { | |
| width: auto ; | |
| min-width: unset ; | |
| } | |
| .fc_row_btns button { | |
| width: 2em ; | |
| height: 2em ; | |
| min-width: unset ; | |
| } | |
| .fc_mapping { | |
| display: flex; | |
| flex-direction: column; | |
| gap: 1em; | |
| padding: 1em; | |
| border-radius: 1em; | |
| background: var(--panel-background-fill); | |
| } | |
| .fc_mapping table { | |
| width: 100%; | |
| margin: auto; | |
| table-layout: fixed; | |
| } | |
| .fc_mapping :is(th, td) { | |
| padding: 4px ; | |
| white-space: nowrap; | |
| overflow: hidden; | |
| text-overflow: clip; | |
| border: 2px solid var(--table-border-color) ; | |
| } | |
| .fc_mapping th { | |
| text-align: center ; | |
| } | |
| .fc_mapping_btns { | |
| display: flex; | |
| flex-direction: column; | |
| gap: 1em ; | |
| } | |
| .fc_mapping_btns>button { | |
| font-family: "Consolas"; | |
| border-radius: 0.5em ; | |
| margin: auto; | |
| } | |