File tree Expand file tree Collapse file tree 3 files changed +710
-509
lines changed Expand file tree Collapse file tree 3 files changed +710
-509
lines changed Original file line number Diff line number Diff line change 21
21
}
22
22
23
23
# reset-settings {
24
- margin : 0 auto;
24
+ display : block;
25
+ margin-left : auto;
26
+ margin-right : auto;
25
27
}
26
28
27
29
.option-title {
28
30
border-bottom : 2px solid var (--ruffle-light-blue );
29
31
padding-bottom : 8px ;
30
- margin-block-end : 0 ;
32
+ margin-block-end : 10 px ;
31
33
font-size : 1.2em ;
32
34
color : var (--ruffle-orange );
33
35
}
34
36
35
37
.option-description {
36
38
opacity : 0.8 ;
37
- margin-block : 0.2em ;
39
+ margin-block : 15px ;
40
+ margin-left : 5px ;
38
41
}
39
42
40
43
/* Per-site settings */
41
44
45
+ .per-site {
46
+ }
47
+
42
48
# per-site-list {
43
49
display : flex;
44
50
flex-direction : column;
59
65
}
60
66
61
67
# site-entry-new {
62
- align-self : flex-start;
68
+ display : block;
69
+ margin : 10px 0 10px auto;
63
70
}
64
71
65
72
/* Modal */
167
174
/* Sections */
168
175
169
176
.settings-section > * {
170
- margin-bottom : 20px ;
171
177
padding-bottom : 15px ;
172
- border-bottom : 2px solid var (--ruffle-light-blue );
173
178
}
174
179
175
180
.settings-section > : last-child {
192
197
grid-template-columns : 40px 1fr ;
193
198
align-items : start;
194
199
gap : 15px ;
195
- padding : 12px 0 ;
196
200
border-bottom : 1px solid var (--ruffle-light-blue );
197
201
}
198
202
@@ -217,12 +221,18 @@ hr {
217
221
gap : 5px ;
218
222
}
219
223
220
- .settings-option-control label {
221
- font-weight : bold;
222
- }
223
-
224
224
.settings-option-control small {
225
225
font-size : 0.8em ;
226
226
color : # ccc ;
227
227
opacity : 0.8 ;
228
228
}
229
+
230
+ .settings-row {
231
+ display : flex;
232
+ justify-content : space-between;
233
+ align-items : center;
234
+ }
235
+
236
+ .settings-row label {
237
+ font-weight : bold;
238
+ }
You can’t perform that action at this time.
0 commit comments