classes, not ids

This commit is contained in:
Alexander Brown
2023-05-28 11:26:12 -07:00
parent 94eb6523d3
commit d818ed5ea4
+3 -3
View File
@@ -676,19 +676,19 @@ footer {
#extras_generate, #extras_interrupt, #extras_skip { display: block !important; position: relative; height: 36px; }
#extras_upscale { margin-top: 10px }
#controlnet_control_type .controlnet_control_type_filter_group .wrap:last-of-type {
.controlnet_control_type .controlnet_control_type_filter_group .wrap:last-of-type {
display: grid;
grid-auto-flow: row;
grid-template-columns: repeat(4, minmax(0, 1fr));
}
#controlnet_preprocessor_model {
.controlnet_preprocessor_model {
display: grid;
grid-auto-flow: row;
grid-template-columns: 1fr max-content;
}
#controlnet_preprocessor_model button.gradio-button {
.controlnet_preprocessor_model button.gradio-button {
align-self: center;
}