File size: 480 Bytes
6a4546d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
/* Align the elements for SD_api_picture extension */
.SDAP #sampler_box {
  padding-top: var(--spacing-sm);
  padding-bottom: var(--spacing-sm);
}

.SDAP #seed_box,
.SDAP #cfg_box {
  padding-top: var(--spacing-md);
}

.SDAP #sampler_box span,
.SDAP #seed_box span,
.SDAP #cfg_box span{
  margin-bottom: var(--spacing-sm);
}

.SDAP svg.dropdown-arrow {
  flex-shrink: 0 !important;
  margin: 0px !important;
}

.SDAP .hires_opts input[type="number"] {
  width: 6em !important;
}