-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
68 lines (59 loc) · 1.17 KB
/
styles.css
File metadata and controls
68 lines (59 loc) · 1.17 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
#register-modal input {
display: block;
height: var(--input-height);
}
#preview-title {
height: 2em;
}
#frontmatter-gen-modal .google-button button {
outline: solid 1px gray;
}
#frontmatter-gen-modal input:not([type="checkbox"]) {
height: var(--input-height);
}
#frontmatter-gen-modal textarea.preview {
resize: none;
margin-top: 1em;
min-height: 170px;
width: 100%;
}
#frontmatter-gen-modal label {
display: block;
margin-top: 0.5em;
}
#frontmatter-gen-modal label:has(input[type="checkbox"]) {
display: flex;
}
#frontmatter-gen-modal label input {
margin: 4px 0;
display: block;
/* width: 100%; */
}
#frontmatter-gen-modal label input:not([type="checkbox"]) {
width: 100%;
}
#frontmatter-gen-modal label input[type="checkbox"] {
margin-left: 4px;
}
#frontmatter-gen-modal button.exec {
width: 100%;
background: var(--metadata-input-background-active);
color: var(--metadata-input-text-color);
}
#chapter-modal label {
display: block;
margin-top: 0.5em;
}
#chapter-modal label input {
margin: 4px 0;
display: block;
width: 100%;
outline: solid 1px gray;
}
#chapter-modal input.chap {
width: 4em;
}
#chapter-modal button {
margin-top: 2em;
width: 100%;
}