sd-webui-text2video/style.css

38 lines
905 B
CSS

/*
Copyright (C) 2023 by Artem Khrapov (kabachuha)
Read LICENSE for usage terms.
*/
#vid_to_vid_chosen_file .w-full, #inpainting_chosen_file .w-full, #metadata_chosen_file .w-full {
display: flex !important;
align-items: flex-start !important;
justify-content: center !important;
height: 85px !important;
}
#vid_to_vid_chosen_file, #inpainting_chosen_file {
height: 85px !important;
}
.generate-box{
position: relative;
}
.gradio-button.generate-box-skip, .gradio-button.generate-box-interrupt{
position: absolute;
width: 50%;
height: 100%;
display: none;
background: #b4c0cc;
}
.gradio-button.generate-box-skip:hover, .gradio-button.generate-box-interrupt:hover{
background: #c2cfdb;
}
.gradio-button.generate-box-interrupt{
left: 0;
border-radius: 0.5rem 0 0 0.5rem;
}
.gradio-button.generate-box-skip{
right: 0;
border-radius: 0 0.5rem 0.5rem 0;
}