askbot-dragon 0.7.81 → 0.7.86
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -333,25 +333,24 @@ export default {
|
|
|
333
333
|
}
|
|
334
334
|
}
|
|
335
335
|
.ig-types-des {
|
|
336
|
-
padding:
|
|
336
|
+
padding: 12px 16px 0px;
|
|
337
337
|
text-align: left;
|
|
338
338
|
}
|
|
339
339
|
.ig-types-f {
|
|
340
340
|
display: flex;
|
|
341
341
|
justify-content: flex-start;
|
|
342
342
|
flex-wrap: wrap;
|
|
343
|
-
padding:
|
|
343
|
+
padding: 4px 8px;
|
|
344
344
|
.ig-types-f-cell {
|
|
345
|
-
height:
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
padding: 0 14px;
|
|
345
|
+
height: 1.8em;
|
|
346
|
+
line-height: 1.8em;
|
|
347
|
+
padding: 0 12px;
|
|
349
348
|
margin-left: 5px;
|
|
350
349
|
margin-right: 5px;
|
|
351
350
|
margin-top: 4px;
|
|
352
351
|
background: #ffffff;
|
|
353
352
|
border: 1px solid #e0e6f7;
|
|
354
|
-
border-radius:
|
|
353
|
+
border-radius: 1em;
|
|
355
354
|
color: #a3adc6;
|
|
356
355
|
cursor: pointer;
|
|
357
356
|
overflow: hidden;
|
|
@@ -377,16 +376,15 @@ export default {
|
|
|
377
376
|
display: flex;
|
|
378
377
|
justify-content: flex-start;
|
|
379
378
|
flex-wrap: wrap;
|
|
380
|
-
margin: 0px 16px
|
|
381
|
-
border-bottom: solid
|
|
379
|
+
margin: 0px 16px 4px;
|
|
380
|
+
border-bottom: solid 1px #e0e6f7;
|
|
382
381
|
.ig-types-s-cell {
|
|
383
|
-
height:
|
|
384
|
-
line-height:
|
|
382
|
+
height: 2.2em;
|
|
383
|
+
line-height: 2.2em;
|
|
385
384
|
margin-right: 18px;
|
|
386
385
|
color: #b2c2d8;
|
|
387
386
|
cursor: pointer;
|
|
388
|
-
|
|
389
|
-
margin-bottom: -2px;
|
|
387
|
+
margin-bottom: -1px;
|
|
390
388
|
overflow: hidden;
|
|
391
389
|
text-overflow: ellipsis;
|
|
392
390
|
white-space: nowrap;
|
|
@@ -401,19 +399,17 @@ export default {
|
|
|
401
399
|
}
|
|
402
400
|
.ig-types-tags {
|
|
403
401
|
margin: 0 16px;
|
|
404
|
-
padding:
|
|
402
|
+
padding: 0 0 6px;
|
|
405
403
|
display: flex;
|
|
406
404
|
justify-content: flex-start;
|
|
407
405
|
flex-wrap: wrap;
|
|
408
406
|
.ig-types-tags-cell {
|
|
409
407
|
line-height: 1.4em;
|
|
410
|
-
padding:
|
|
408
|
+
padding: 2px 8px;
|
|
411
409
|
margin-right: 6px;
|
|
412
410
|
margin-top: 4px;
|
|
413
411
|
color: #366aff;
|
|
414
|
-
font-weight: 500;
|
|
415
412
|
background: #ffffff;
|
|
416
|
-
font-size: 0.9em;
|
|
417
413
|
border: 1px solid #a1b9ff;
|
|
418
414
|
border-radius: 5px;
|
|
419
415
|
cursor: pointer;
|
|
@@ -425,25 +421,23 @@ export default {
|
|
|
425
421
|
line-height: 40px;
|
|
426
422
|
background: #fff8f4;
|
|
427
423
|
border-radius: 5px;
|
|
428
|
-
font-size: 0.9em;
|
|
429
424
|
color: #ff9555;
|
|
430
425
|
padding: 0 12px;
|
|
431
426
|
text-align: left;
|
|
432
427
|
}
|
|
433
428
|
.ig-types-list {
|
|
434
429
|
margin: 0 16px;
|
|
435
|
-
padding: 0 0
|
|
430
|
+
padding: 0 0 8px 0;
|
|
436
431
|
display: flex;
|
|
437
432
|
flex-direction: column;
|
|
438
433
|
justify-content: flex-start;
|
|
439
434
|
.ig-types-list-cell {
|
|
440
435
|
line-height: 1.1em;
|
|
441
|
-
padding:
|
|
436
|
+
padding: 8px 0;
|
|
442
437
|
overflow: hidden;
|
|
443
438
|
display: flex;
|
|
444
439
|
justify-content: space-between;
|
|
445
440
|
color: #366aff;
|
|
446
|
-
font-size: 0.9em;
|
|
447
441
|
cursor: pointer;
|
|
448
442
|
align-items: center;
|
|
449
443
|
span {
|
|
@@ -457,15 +451,15 @@ export default {
|
|
|
457
451
|
}
|
|
458
452
|
}
|
|
459
453
|
.ig-change-list {
|
|
460
|
-
padding:
|
|
454
|
+
padding: 8px 0;
|
|
461
455
|
margin-top: 4px;
|
|
462
456
|
display: flex;
|
|
463
457
|
flex-direction: column;
|
|
464
458
|
align-items: center;
|
|
465
|
-
border-top:
|
|
459
|
+
border-top: 1px solid #eeeeee;
|
|
466
460
|
.ig-change-list-btn {
|
|
467
461
|
font-weight: 600;
|
|
468
|
-
font-size:
|
|
462
|
+
font-size: 1em;
|
|
469
463
|
color: #366aff;
|
|
470
464
|
cursor: pointer;
|
|
471
465
|
}
|