@@ -4,17 +4,12 @@ html, body {
4
4
background : # fff ;
5
5
}
6
6
7
- html {
8
- font-family : "roboto_condensedbold" , "Helvetica Neue" , Helvetica, Arial, sans-serif;
9
- }
10
-
11
7
body {
12
8
color : # 333 ;
13
9
font-size : 0.625em ;
14
10
font-variant-ligatures : none;
15
11
font-variant-numeric : tabular-nums;
16
12
font-kerning : none;
17
- -webkit-text-size-adjust : none;
18
13
text-size-adjust : none;
19
14
hyphens : none;
20
15
padding-bottom : 2em ;
@@ -24,10 +19,6 @@ body, input, textarea, button {
24
19
font-family : "Cascadia Mono" , Consolas, "Lucida Console" , "San Francisco Mono" , Menlo, Monaco, "Andale Mono" , "DejaVu Sans Mono" , "Jetbrains Mono NL" , monospace;
25
20
}
26
21
27
- input ::-ms-clear {
28
- display : none;
29
- }
30
-
31
22
form {
32
23
margin : 0 ;
33
24
padding : 0 ;
@@ -65,6 +56,10 @@ input, button {
65
56
padding : 0.25em 0 ;
66
57
}
67
58
59
+ input ::-ms-clear {
60
+ display : none;
61
+ }
62
+
68
63
input [type = button ],
69
64
input [type = submit ],
70
65
input [type = reset ],
103
98
html ::before {
104
99
display : none;
105
100
content : '' ;
106
- position : absolute;
107
101
position : fixed;
108
102
z-index : 2 ;
109
103
left : 0 ;
@@ -124,7 +118,6 @@ html.dragging::before {
124
118
line-height : 1.2 ;
125
119
overflow : hidden;
126
120
border-bottom : 1px # 999 solid;
127
- zoom : 1 ;
128
121
}
129
122
130
123
.path-list li {
@@ -150,7 +143,6 @@ html.dragging::before {
150
143
height : 0.4em ;
151
144
border : 1px solid;
152
145
border-color : # ccc # ccc transparent transparent;
153
- -webkit-transform : rotate (45deg ) translateY (-50% );
154
146
transform : rotate (45deg ) translateY (-50% );
155
147
}
156
148
@@ -209,16 +201,14 @@ html.dragging::before {
209
201
210
202
.upload-status {
211
203
visibility : hidden;
212
- position : absolute;
213
204
position : sticky;
214
205
z-index : 1 ;
215
206
left : 0 ;
216
207
top : 0 ;
217
208
width : 100% ;
218
209
height : 4px ;
219
210
margin-bottom : -4px ;
220
- background : # faf5fa ;
221
- background-color : rgba (204 , 153 , 204 , 0.1 );
211
+ background : rgba (204 , 153 , 204 , 0.1 );
222
212
pointer-events : none;
223
213
}
224
214
@@ -242,7 +232,6 @@ html.dragging::before {
242
232
position : relative;
243
233
display : inline-block;
244
234
vertical-align : top;
245
- text-align : left;
246
235
text-align : start;
247
236
padding : 0.5em 1em ;
248
237
box-sizing : border-box;
@@ -252,8 +241,7 @@ html.dragging::before {
252
241
253
242
.upload-status .info .content {
254
243
padding-left : 2.5em ;
255
- background : # c9c ;
256
- background-color : rgba (204 , 153 , 204 , 0.8 );
244
+ background : rgba (204 , 153 , 204 , 0.8 );
257
245
}
258
246
259
247
@keyframes wheel {
@@ -284,14 +272,12 @@ html.dragging::before {
284
272
}
285
273
286
274
.upload-status .warn .content {
287
- background : # 800000 ;
288
- background-color : rgba (128 , 0 , 0 , 0.8 );
275
+ background : rgba (128 , 0 , 0 , 0.8 );
289
276
}
290
277
291
278
.upload-status .uploading .info ,
292
279
.upload-status .failed .warn {
293
280
opacity : 1 ;
294
- -webkit-transform : translateY (25% );
295
281
transform : translateY (25% );
296
282
}
297
283
@@ -328,7 +314,6 @@ html.dragging::before {
328
314
.archive {
329
315
margin : 1em ;
330
316
overflow : hidden;
331
- zoom : 1 ;
332
317
}
333
318
334
319
.archive a {
@@ -364,7 +349,6 @@ html.dragging::before {
364
349
border : 3px # aaa solid;
365
350
border-top-color : transparent;
366
351
border-left-color : transparent;
367
- -webkit-transform : rotate (45deg );
368
352
transform : rotate (45deg );
369
353
}
370
354
@@ -420,7 +404,6 @@ html.dragging::before {
420
404
421
405
.item-list li {
422
406
position : relative;
423
- zoom : 1 ;
424
407
}
425
408
426
409
.item-list a {
@@ -434,7 +417,6 @@ html.dragging::before {
434
417
align-items : center;
435
418
border-bottom : 1px # f5f5f5 solid;
436
419
overflow : hidden;
437
- zoom : 1 ;
438
420
}
439
421
440
422
.has-deletable .detail {
@@ -515,13 +497,13 @@ html.dragging::before {
515
497
background : # ffc ;
516
498
}
517
499
518
- @media only screen and (prefers-color-scheme : light) {
500
+ @media screen and (prefers-color-scheme : light) {
519
501
html {
520
502
color-scheme : light;
521
503
}
522
504
}
523
505
524
- @media only screen and (prefers-color-scheme : dark) {
506
+ @media screen and (prefers-color-scheme : dark) {
525
507
html {
526
508
color-scheme : dark;
527
509
}
@@ -613,7 +595,7 @@ html.dragging::before {
613
595
}
614
596
}
615
597
616
- @media only screen and (max-width : 375px ) {
598
+ @media screen and (max-width : 375px ) {
617
599
.item-list .header .time {
618
600
width : 4.05em ;
619
601
}
@@ -623,7 +605,7 @@ html.dragging::before {
623
605
}
624
606
}
625
607
626
- @media only screen and (max-width : 350px ) {
608
+ @media screen and (max-width : 350px ) {
627
609
.item-list .detail .time {
628
610
display : none;
629
611
}
0 commit comments