File tree Expand file tree Collapse file tree 2 files changed +50
-4
lines changed Expand file tree Collapse file tree 2 files changed +50
-4
lines changed Original file line number Diff line number Diff line change 437
437
mask-image : radial-gradient (# ffffff20 0 , # ffffff80 100% );
438
438
pointer-events : none;
439
439
}
440
+ .preview blockquote {
441
+ margin-left : 16px ;
442
+ opacity : 0.66 ;
443
+ }
444
+ .preview sup {
445
+ display : block
446
+ }
440
447
.preview p {
441
448
line-height : 1.25 ;
442
449
word-break : break-word;
443
450
margin-bottom : 12px ;
451
+ letter-spacing : 0 ;
452
+ font-size : 16px ;
444
453
}
445
454
.preview img {
446
455
max-width : 100% ;
460
469
.preview h1 {
461
470
margin : 8px ;
462
471
/* text-align: center; */
472
+ font-size : 24px ;
463
473
}
464
474
.preview a {
465
475
word-break : break-all;
538
548
}
539
549
.preview li {
540
550
margin-bottom : 8px ;
551
+ letter-spacing : 0 ;
552
+ font-size : 16px ;
553
+ line-height : 1.25 ;
541
554
}
542
555
}
Original file line number Diff line number Diff line change 437
437
mask-image : radial-gradient (# 00000020 0 , # 00000080 100% );
438
438
pointer-events : none;
439
439
}
440
+ .preview blockquote {
441
+ margin-left : 16px ;
442
+ opacity : 0.66 ;
443
+ }
444
+ .preview sup {
445
+ display : block
446
+ }
440
447
.preview p {
441
- line-height : 1.5 ;
448
+ line-height : 1.25 ;
442
449
word-break : break-word;
443
450
margin-bottom : 12px ;
444
451
letter-spacing : 0 ;
452
+ font-size : 16px ;
445
453
}
446
454
.preview img {
447
455
max-width : 100% ;
448
456
}
449
457
.preview pre {
450
458
/* width: calc(100% - 48px); */
459
+ /* overflow: scroll; */
460
+ /* margin: 0; */
461
+ /* overflow: hidden; */
462
+ /* white-space: unset; */
463
+ /* position: relative; */
464
+ /* width: 50%; */
465
+ /* display: inline-block; */
466
+ /* background: red; */
467
+ /* overflow: hidden; */
468
+ /* margin: 0; */
469
+ /* white-space: unset; */
470
+ position : relative;
471
+ /* margin: 48px auto; */
472
+ display : inline-block;
473
+ width : 100% ;
451
474
overflow : scroll;
475
+ height : 48px ;
452
476
}
453
- .preview code {
454
- width : 100% ;
455
- white-space : initial;
477
+ .preview pre code {
478
+ /* width: 100%; */
479
+ /* white-space: initial; */
480
+ /* max-width: 100vw; */
481
+ /* overflow: hidden; */
482
+ /* display: inline-block; */
483
+ /* display: block; */
484
+ /* white-space: inherit; */
485
+ position : absolute;
456
486
}
457
487
.preview ul ,
458
488
.preview ol {
461
491
.preview h1 {
462
492
margin : 8px ;
463
493
/* text-align: center; */
494
+ font-size : 24px ;
464
495
}
465
496
.preview a {
466
497
word-break : break-all;
540
571
.preview li {
541
572
margin-bottom : 8px ;
542
573
letter-spacing : 0 ;
574
+ font-size : 16px ;
575
+ line-height : 1.25 ;
543
576
}
544
577
}
You can’t perform that action at this time.
0 commit comments