-
Notifications
You must be signed in to change notification settings - Fork 91
/
style.css
54 lines (40 loc) · 830 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
#promptgen_generate{
height: 100%
}
#promptgen_main{
margin-top: 1em;
}
#tab_promptgen table tr{
height: 1px;
}
#tab_promptgen table tr td{
height: 100%;
padding: 0.3em;
}
#tab_promptgen .prompt{
border: 1px solid rgba(128, 128, 128, 0.2);
height: 100%;
}
#tab_promptgen .prompt p{
white-space: pre-line;
}
#tab_promptgen .sendto{
width: 8em;
}
#tab_promptgen .sendto a{
cursor: pointer;
display: block;
margin: 0.2em;
padding: 0.4em;
}
#tab_promptgen .gr-form{
border: none;
padding-bottom: 0.5em;
}
#promptgen_explanation table{
border-collapse: collapse;
}
#promptgen_explanation table td, #promptgen_explanation table th{
border: 1px solid rgba(128,128,128,0.1);
vertical-align: top;
}