File tree 1 file changed +12
-18
lines changed
1 file changed +12
-18
lines changed Original file line number Diff line number Diff line change @@ -71,6 +71,7 @@ a:hover {
71
71
72
72
a .active {
73
73
background-color : var (--HeadingColor );
74
+ border-radius : 3px ;
74
75
}
75
76
76
77
.LinkIndexPage : first-child {
@@ -428,12 +429,12 @@ ul {
428
429
429
430
.logo {
430
431
float : left;
431
- width : 10 .5em ;
432
- min-width : 10 .5em ;
433
- margin-top : -25 px ;
434
- margin-bottom : 20 px ;
432
+ width : 6 .5em ;
433
+ min-width : 6 .5em ;
434
+ margin-top : -27 px ;
435
+ margin-bottom : 0 ;
435
436
padding-right : 0.5em ;
436
- margin-left : -20 px ;
437
+ margin-left : 0 ;
437
438
}
438
439
439
440
.logo a {
@@ -513,7 +514,7 @@ div.articleRight ul{
513
514
display : none;
514
515
position : fixed;
515
516
bottom : 5px ;
516
- right : 50% ;
517
+ right : calc ( 50% - 25 px ) ;
517
518
z-index : 99 ;
518
519
border : none;
519
520
outline : none;
@@ -583,16 +584,6 @@ span.user {
583
584
margin-right : 8px ;
584
585
}
585
586
586
- .contentsPanel ul li {
587
- }
588
-
589
- .contentsPanel ul {
590
- padding : 0 0 5px 5px ;
591
- }
592
-
593
- .contentsPanel ul li ul {
594
- }
595
-
596
587
.contentsPanel ul li ul li {
597
588
padding : 0 0 0 25px ;
598
589
}
@@ -771,10 +762,13 @@ a.screenshot {
771
762
pre > code .sourceCode { white-space : pre; position : relative; border : 0px ;}
772
763
pre > code .sourceCode > span { display : inline-block; line-height : 1.25 ; }
773
764
pre > code .sourceCode > span : empty { height : 1.2em ; }
774
- .sourceCode { overflow : visible ; }
765
+ .sourceCode { overflow : auto ; }
775
766
code .sourceCode > span { color : inherit; text-decoration : inherit; }
776
767
div .sourceCode { margin : 1em 0 ; }
777
- pre .sourceCode { margin : 0 ;}
768
+ pre .sourceCode { margin : 0 ; padding : 0.1em 0.1em 0.3em 0.5em ;}
769
+ pre > code .sourceCode a {
770
+ display : none;
771
+ }
778
772
@media screen {
779
773
div .sourceCode { overflow : auto; }
780
774
}
You can’t perform that action at this time.
0 commit comments