File size: 1,234 Bytes
975ccb4
5188c29
3fef7b1
5188c29
8231219
975ccb4
 
9cbd9cd
5188c29
 
9cbd9cd
3037b0d
5188c29
 
 
 
8231219
 
 
 
7a61c27
3037b0d
 
c47cd6c
7a61c27
33fca3d
 
d616e8a
3d0a577
d616e8a
 
d994cf3
5188c29
2d757a3
 
 
 
 
cb469a9
 
57267ee
84eec66
 
 
 
 
 
c47cd6c
ee9f05e
 
3fef7b1
 
 
ee9f05e
e261797
 
d4e001f
 
c47cd6c
922288a
3fef7b1
 
 
4ae7589
 
e261797
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
.gr-input {
  background: black !important;
  box-shadow: inset 0 0 0 1px #293139 !important;
  border-radius: 2px !important;
  padding: .5rem .75rem !important;
}

.gr-button:hover {
  background: rgba( 255, 255, 255, .1 ) !important;
  border: none !important;
}
.gr-button {
  color: #6699cc !important;
  border: none !important;
  font-weight: normal !important;
  background: transparent !important;
  border-radius: 2px !important;
  padding: .5rem .75rem !important;
  min-width: auto !important;
  white-space: nowrap !important;
  align-self: center;
}

#translate {
  margin-top: 1.5rem !important;
}

.output-markdown {
  margin: .75rem !important;
}

body, .gradio-container {
  font: 1rem/1.5rem 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}

.container {
  max-width: !important;
}

footer {
  display: none !important;
}
.gr-box, .gr-form {
  background: none !important;
  border: none !important;
}

#longs-fillers {
  min-width: auto !important;
}
#longs-fillers .gr-button {
  justify-content: flex-start;
}

.gap-4 {
  gap: 0 !important;
}

#paints > * {
  margin: .75rem !important;
}

#paints > * > .border {
  box-shadow: 0 0 0 1px rgba( 255, 255, 255, .1 ) !important;
  border-radius: 2px;
}