-
Notifications
You must be signed in to change notification settings - Fork 7
/
style.css
82 lines (67 loc) · 1.22 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
#db_progressbar {
z-index: 1000;
right: 0;
bottom: -10px;
padding-right: 5px;
display: block;
max-height: 20px;
}
.min-h-\[6rem\] {
min-height: 0!important;
}
#db_progress_row {
margin-bottom: 10px;
margin-top: -18px;
}
#db_prompt_list {
display: none !important;
}
#db_gallery_prompt {
text-align: center;
}
.gr-form.overflow-hidden {
}
#refresh_db_models, #refresh_lora_models, #refresh_sd_models, #refresh_secret, #clear_secret, #ui_check_progress_initial {
margin-top: 0.75em;
max-width: 2.5em;
min-width: 2.5em;
height: 2.4em;
}
#ui_check_progress_initial {
position: absolute;
top: -3px;
right: 10px;
}
#db_gen_ckpt_during, #db_train_sample {
display: none;
}
.hh {
font-size: 20px
}
#db_cancel {
display: none;
}
#db_preview {
position: absolute;
width: 320px;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
bottom: 10px;
z-index: 100;
border-radius: 25px;
}
@media screen and (min-width: 768px) {
#db_preview {
position: absolute;
}
}
@media screen and (max-width: 767px) {
#db_preview {
position: relative;
}
}
#db_preview div.left-0.top-0 {
display: none;
}