File tree Expand file tree Collapse file tree 2 files changed +59
-12
lines changed Expand file tree Collapse file tree 2 files changed +59
-12
lines changed Original file line number Diff line number Diff line change 57
57
# issues-container .preview-active {
58
58
transform : translateX (-50% );
59
59
}
60
+ # issues-container .preview-active .issue-element-wrapper {
61
+ opacity : 0.5 ;
62
+ transition : 0.33s all cubic-bezier (0 , 1 , 1 , 1 );
63
+ filter : blur (8px );
64
+ }
60
65
& ::-webkit-scrollbar {
61
66
display : none;
62
67
}
116
121
# issues-container > div : active {
117
122
background-color : # 7f7f7f40 ;
118
123
}
119
- h3 {
124
+ # issues-container h3 {
120
125
line-height : 1 ;
121
126
font-size : 16px ;
122
127
text-overflow : ellipsis;
437
442
mask-image : radial-gradient (# ffffff20 0 , # ffffff80 100% );
438
443
pointer-events : none;
439
444
}
440
- .preview blockquote {
445
+ .preview blockquote {
441
446
margin-left : 16px ;
442
447
opacity : 0.66 ;
443
- }
444
- .preview sup {
445
- display : block
448
+ }
449
+ .preview sup {
450
+ display : block;
451
+ }
452
+ .preview hr {
453
+ border-color : # 00000040 ;
446
454
}
447
455
.preview p {
448
456
line-height : 1.25 ;
456
464
}
457
465
.preview pre {
458
466
/* width: calc(100% - 48px); */
467
+ /* overflow: scroll; */
468
+ /* margin: 0; */
469
+ /* overflow: hidden; */
470
+ /* white-space: unset; */
471
+ /* position: relative; */
472
+ /* width: 50%; */
473
+ /* display: inline-block; */
474
+ /* background: red; */
475
+ /* overflow: hidden; */
476
+ /* margin: 0; */
477
+ /* white-space: unset; */
478
+ position : relative;
479
+ /* margin: 48px auto; */
480
+ display : inline-block;
481
+ width : 100% ;
459
482
overflow : scroll;
483
+ height : 48px ;
460
484
}
461
- .preview code {
462
- width : 100% ;
463
- white-space : initial;
485
+ .preview pre code {
486
+ /* width: 100%; */
487
+ /* white-space: initial; */
488
+ /* max-width: 100vw; */
489
+ /* overflow: hidden; */
490
+ /* display: inline-block; */
491
+ /* display: block; */
492
+ /* white-space: inherit; */
493
+ position : absolute;
464
494
}
465
495
.preview ul ,
466
496
.preview ol {
467
497
padding-left : 12px ;
498
+ /* width: calc(100% - 24px); */
499
+ margin-left : 12px ;
468
500
}
469
501
.preview h1 {
470
502
margin : 8px ;
471
503
/* text-align: center; */
472
504
font-size : 24px ;
505
+ margin-right : 16px ;
473
506
}
474
507
.preview a {
475
508
word-break : break-all;
551
584
letter-spacing : 0 ;
552
585
font-size : 16px ;
553
586
line-height : 1.25 ;
587
+ /* width: calc(100% - 24px); */
554
588
}
555
589
}
Original file line number Diff line number Diff line change 57
57
# issues-container .preview-active {
58
58
transform : translateX (-50% );
59
59
}
60
+ # issues-container .preview-active .issue-element-inner {
61
+ opacity : 0.5 ;
62
+ /* transition: 0.33s all cubic-bezier(0, 1, 1, 1); */
63
+ filter : blur (4px );
64
+ }
60
65
& ::-webkit-scrollbar {
61
66
display : none;
62
67
}
437
442
mask-image : radial-gradient (# 00000020 0 , # 00000080 100% );
438
443
pointer-events : none;
439
444
}
440
- .preview blockquote {
445
+ .preview blockquote {
441
446
margin-left : 16px ;
442
447
opacity : 0.66 ;
443
- }
444
- .preview sup {
445
- display : block
448
+ }
449
+ .preview sup {
450
+ display : block;
451
+ }
452
+ .preview hr {
453
+ border-color : # ffffff40 ;
446
454
}
447
455
.preview p {
448
456
line-height : 1.25 ;
483
491
/* display: block; */
484
492
/* white-space: inherit; */
485
493
position : absolute;
494
+ font-family : monospace;
486
495
}
487
496
.preview ul ,
488
497
.preview ol {
489
498
padding-left : 12px ;
499
+ margin-left : 4px ;
490
500
}
501
+
491
502
.preview h1 {
492
503
margin : 8px ;
493
504
/* text-align: center; */
494
505
font-size : 24px ;
506
+ margin-right : 16px ;
495
507
}
496
508
.preview a {
497
509
word-break : break-all;
573
585
letter-spacing : 0 ;
574
586
font-size : 16px ;
575
587
line-height : 1.25 ;
588
+ /* width: calc(100% - 24px); */
576
589
}
577
590
}
You can’t perform that action at this time.
0 commit comments