forked from opparco/stable-diffusion-webui-two-shot
-
Notifications
You must be signed in to change notification settings - Fork 76
/
style.css
36 lines (29 loc) · 828 Bytes
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
#twoshot_canvas_sketch, #twoshot_canvas_sketch > .h-60, #twoshot_canvas_sketch > .h-60 > div, #twoshot_canvas_sketch > .h-60 > div > img
{
height: 480px !important;
max-height: 480px !important;
/*min-height: 480px !important;*/
}
#color-bg > .gr-box, #color-bg > .gr-box > .transition, #color-bg > .gr-box > .transition > .output-html
{
height: 100%;
}
#color-bg{
max-height: 110px;
}
#alpha_mask{
max-height: 110px;
}
#general_mask_label_span{
position: absolute;
}
#script_twoshot_tabs .output-html{
display: flex;
justify-content: center;
align-items: center;
}
#script_twoshot_tabs .gradio-image > div.fixed-height, #script_twoshot_tabs .gradio-image > div.fixed-height img {
height: 480px !important;
max-height: 480px !important;
min-height: 480px !important;
}