@@ -620,7 +620,8 @@ input[type="checkbox"]:checked ~ svg .tsd-checkbox-checkmark {
620
620
.tsd-navigation .settings {
621
621
margin : 1rem 0 ;
622
622
}
623
- .tsd-navigation a , .tsd-page-navigation a {
623
+ .tsd-navigation a ,
624
+ .tsd-page-navigation a {
624
625
display : inline-flex;
625
626
align-items : center;
626
627
padding : 0.25rem 0 ;
@@ -635,18 +636,22 @@ input[type="checkbox"]:checked ~ svg .tsd-checkbox-checkmark {
635
636
/* why is this different? */
636
637
width : 100% ;
637
638
}
638
- .tsd-navigation a .current , .tsd-page-navigation a .current {
639
+ .tsd-navigation a .current ,
640
+ .tsd-page-navigation a .current {
639
641
background : var (--color-accent );
640
642
}
641
- .tsd-navigation a : hover , .tsd-page-navigation a : hover {
643
+ .tsd-navigation a : hover ,
644
+ .tsd-page-navigation a : hover {
642
645
text-decoration : underline;
643
646
}
644
- .tsd-navigation ul , .tsd-page-navigation ul {
647
+ .tsd-navigation ul ,
648
+ .tsd-page-navigation ul {
645
649
margin : 0 ;
646
650
padding : 0 ;
647
651
list-style : none;
648
652
}
649
- .tsd-navigation li , .tsd-page-navigation li {
653
+ .tsd-navigation li ,
654
+ .tsd-page-navigation li {
650
655
padding : 0 ;
651
656
max-width : 100% ;
652
657
}
@@ -666,7 +671,6 @@ input[type="checkbox"]:checked ~ svg .tsd-checkbox-checkmark {
666
671
padding-left : 1.75rem ;
667
672
}
668
673
669
-
670
674
# tsd-sidebar-links a {
671
675
margin-top : 0 ;
672
676
margin-bottom : 0.5rem ;
@@ -683,7 +687,8 @@ a.tsd-index-link {
683
687
display : inline-flex;
684
688
align-items : center;
685
689
}
686
- .tsd-accordion-summary , .tsd-accordion-summary a {
690
+ .tsd-accordion-summary ,
691
+ .tsd-accordion-summary a {
687
692
user-select : none;
688
693
-moz-user-select : none;
689
694
-webkit-user-select : none;
@@ -1058,7 +1063,6 @@ img {
1058
1063
border : 0.25rem solid var (--color-icon-background );
1059
1064
}
1060
1065
1061
-
1062
1066
/* mobile */
1063
1067
@media (max-width : 769px ) {
1064
1068
.tsd-widget .options ,
@@ -1191,7 +1195,8 @@ img {
1191
1195
margin-top : 1rem 0 ;
1192
1196
}
1193
1197
1194
- .page-menu , .site-menu {
1198
+ .page-menu ,
1199
+ .site-menu {
1195
1200
max-height : calc (100vh - 2rem - 42px );
1196
1201
overflow : auto;
1197
1202
position : sticky;
0 commit comments