Skip to content

Commit b9ab8c2

Browse files
committed
Prettier
1 parent d9c3abf commit b9ab8c2

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed

static/style.css

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,8 @@ input[type="checkbox"]:checked ~ svg .tsd-checkbox-checkmark {
620620
.tsd-navigation.settings {
621621
margin: 1rem 0;
622622
}
623-
.tsd-navigation a, .tsd-page-navigation a {
623+
.tsd-navigation a,
624+
.tsd-page-navigation a {
624625
display: inline-flex;
625626
align-items: center;
626627
padding: 0.25rem 0;
@@ -635,18 +636,22 @@ input[type="checkbox"]:checked ~ svg .tsd-checkbox-checkmark {
635636
/* why is this different? */
636637
width: 100%;
637638
}
638-
.tsd-navigation a.current, .tsd-page-navigation a.current {
639+
.tsd-navigation a.current,
640+
.tsd-page-navigation a.current {
639641
background: var(--color-accent);
640642
}
641-
.tsd-navigation a:hover, .tsd-page-navigation a:hover {
643+
.tsd-navigation a:hover,
644+
.tsd-page-navigation a:hover {
642645
text-decoration: underline;
643646
}
644-
.tsd-navigation ul, .tsd-page-navigation ul {
647+
.tsd-navigation ul,
648+
.tsd-page-navigation ul {
645649
margin: 0;
646650
padding: 0;
647651
list-style: none;
648652
}
649-
.tsd-navigation li, .tsd-page-navigation li {
653+
.tsd-navigation li,
654+
.tsd-page-navigation li {
650655
padding: 0;
651656
max-width: 100%;
652657
}
@@ -666,7 +671,6 @@ input[type="checkbox"]:checked ~ svg .tsd-checkbox-checkmark {
666671
padding-left: 1.75rem;
667672
}
668673

669-
670674
#tsd-sidebar-links a {
671675
margin-top: 0;
672676
margin-bottom: 0.5rem;
@@ -683,7 +687,8 @@ a.tsd-index-link {
683687
display: inline-flex;
684688
align-items: center;
685689
}
686-
.tsd-accordion-summary, .tsd-accordion-summary a {
690+
.tsd-accordion-summary,
691+
.tsd-accordion-summary a {
687692
user-select: none;
688693
-moz-user-select: none;
689694
-webkit-user-select: none;
@@ -1058,7 +1063,6 @@ img {
10581063
border: 0.25rem solid var(--color-icon-background);
10591064
}
10601065

1061-
10621066
/* mobile */
10631067
@media (max-width: 769px) {
10641068
.tsd-widget.options,
@@ -1191,7 +1195,8 @@ img {
11911195
margin-top: 1rem 0;
11921196
}
11931197

1194-
.page-menu, .site-menu {
1198+
.page-menu,
1199+
.site-menu {
11951200
max-height: calc(100vh - 2rem - 42px);
11961201
overflow: auto;
11971202
position: sticky;

0 commit comments

Comments
 (0)