-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
95 lines (91 loc) · 1.89 KB
/
style.css
File metadata and controls
95 lines (91 loc) · 1.89 KB
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
83
84
85
86
87
88
89
90
91
92
93
94
95
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#scraper_checkboxes {
gap: 0;
padding: 0;
}
#scraper_checkboxes,
#img2img_checkboxes {
margin-left: 0em;
background: none;
}
#scraper_checkboxes > div,
#img2img_checkboxes > div {
flex: 0;
white-space: nowrap;
min-width: auto;
border-width: 0;
box-shadow: none;
background: none;
}
#link_textbox {
border-width: 0;
box-shadow: none;
background: none;
}
#scraper_maximum_number_of_image_row > div {
border-width: 0;
box-shadow: none;
background: none;
overflow: visible;
}
#scraper_maximum_number_of_image {
background: none;
overflow: visible;
}
.head > label:nth-child(1) > span:nth-child(1) {
position: absolute;
top: -0.7em;
line-height: 1.2em;
padding: 0;
margin: 0 0.5em;
z-index: 300;
}
#scraper_maximum_number_of_image input.svelte-jigama:nth-child(2) {
position: absolute;
right: 0.5em;
top: -0.8em;
z-index: 400;
width: 6em;
}
#scraper_type_checkboxes > div {
border-width: 0;
box-shadow: none;
}
#type_checkboxes {
padding: 0;
}
#type_checkboxes span {
padding-left: 10px;
}
#type_checkboxes label {
border-width: 0;
box-shadow: none;
background: none;
}
#type_checkboxes,
#scraper_type_checkboxes > div {
background: none;
}
#scraper_pause > div {
overflow: visible;
border-width: 0;
box-shadow: none;
background: none;
}
#scraper_pause > div > div {
padding: 0;
padding-top: 20px;
background: none;
}
#scraper_pause span {
margin-left: 0;
margin-top: 10px;
background: none;
box-shadow: none;
border-width: 0;
padding:0
}
#darkmode {
min-width: fit-content !important;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/