31 lines
801 B
CSS
31 lines
801 B
CSS
#vid_to_rife_chosen_file .w-full, #vid_to_upscale_chosen_file .w-full {
|
|
display: flex !important;
|
|
align-items: flex-start !important;
|
|
justify-content: center !important;
|
|
}
|
|
#vid_to_rife_chosen_file, #vid_to_upscale_chosen_file {
|
|
height: 85px !important;
|
|
}
|
|
|
|
#deforum_interrupt, #save_zip_deforum, #save_deforum {
|
|
display: none;
|
|
}
|
|
|
|
#extra_schedules::before {
|
|
content: "Schedules:";
|
|
font-size: 10px !important;
|
|
}
|
|
|
|
#hybrid_msg_html {
|
|
color: Tomato !important;
|
|
margin-top: 5px !important;
|
|
text-align: center !important;
|
|
font-size: 20px !important;
|
|
font-weight: bold !important;
|
|
}
|
|
|
|
#deforum_results .flex #image_buttons_deforum #img2img_tab,
|
|
#deforum_results .flex #image_buttons_deforum #inpaint_tab,
|
|
#deforum_results .flex #image_buttons_deforum #extras_tab {
|
|
display: none !important;
|
|
} |