-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
60 lines (48 loc) · 1.12 KB
/
style.css
File metadata and controls
60 lines (48 loc) · 1.12 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
/* --- Inline number input (max tokens) --- */
#tag-pilot-settings .tag-pilot-number-input {
display: inline-block;
width: 5.5em;
height: auto;
padding: 2px 6px;
margin: 0 0 0 4px;
font-size: inherit;
text-align: center;
vertical-align: baseline;
}
/* --- Textareas --- */
#tag-pilot-settings textarea {
min-height: 100px;
resize: vertical;
font-family: monospace;
font-size: 0.9em;
}
/* --- Template variables hint --- */
#tag-pilot-settings .tag-pilot-template-vars {
font-size: 0.85em;
opacity: 0.7;
margin-top: 2px;
margin-bottom: 8px;
}
/* --- Button row --- */
#tag-pilot-settings .tag-pilot-button-row {
display: flex;
gap: 8px;
margin-top: 5px;
}
#tag-pilot-settings .tag-pilot-button-row .menu_button {
flex: 1;
}
/* --- Field hints --- */
#tag-pilot-settings .tag-pilot-field-hint {
display: block;
font-size: 0.8em;
opacity: 0.6;
margin-top: 2px;
margin-bottom: 8px;
}
/* --- Context depth value --- */
#tag-pilot-settings .tag-pilot-context-depth-value {
min-width: 2em;
text-align: center;
font-weight: bold;
}