mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-01 07:00:15 +01:00
26 lines
480 B
CSS
26 lines
480 B
CSS
/* Align the elements for SD_api_picture extension */
|
|
.SDAP #sampler_box {
|
|
padding-top: var(--spacing-sm);
|
|
padding-bottom: var(--spacing-sm);
|
|
}
|
|
|
|
.SDAP #seed_box,
|
|
.SDAP #cfg_box {
|
|
padding-top: var(--spacing-md);
|
|
}
|
|
|
|
.SDAP #sampler_box span,
|
|
.SDAP #seed_box span,
|
|
.SDAP #cfg_box span{
|
|
margin-bottom: var(--spacing-sm);
|
|
}
|
|
|
|
.SDAP svg.dropdown-arrow {
|
|
flex-shrink: 0 !important;
|
|
margin: 0px !important;
|
|
}
|
|
|
|
.SDAP .hires_opts input[type="number"] {
|
|
width: 6em !important;
|
|
}
|