-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoptions.css
75 lines (61 loc) · 883 Bytes
/
options.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
body {
background-color: #fff;
font-size: 100%;
margin: 0 auto;
max-width: 450px;
}
body > div,
footer {
display: flex;
align-items: center;
justify-content: space-between;
padding: 16px 24px;
}
body > div {
border-bottom: 1px solid #e7e7e7;
}
h1 {
font-size: 1.5em;
margin: 0;
}
#resetButton {
margin-left: auto;
}
button {
text-wrap: nowrap;
}
html[lang^="ja"] label,
html[lang^="zh"] label {
line-break: strict;
}
label {
margin-right: 6px;
}
label + div {
display: flex;
align-items: center;
}
#qualityRange {
margin: 0 6px 0 0;
}
#qualityNumber {
width: 40px;
}
kbd {
background-color: #f3f3f3;
border-radius: 4px;
border: 1px solid #ccc;
color: #333;
padding: 2px 4px;
}
#shortcutButton {
margin-left: 8px;
}
#historyCheckbox {
margin: 0;
width: 16px;
height: 16px;
}
footer > a > img {
display: block;
}