Skip to content

Commit

Permalink
[CodeFactor] Apply fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
code-factor committed Jan 1, 2025
1 parent 797b594 commit 50e0df4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@ input[type="checkbox"]:checked ~ svg .tsd-checkbox-checkmark {
}

.tsd-filter-visibility .settings-label {
margin: 0.75rem 0 0.5rem 0;
margin: 0.75rem 0 0.5rem;
}

.tsd-theme-toggle .settings-label {
Expand Down Expand Up @@ -684,7 +684,7 @@ input[type="checkbox"]:checked ~ svg .tsd-checkbox-checkmark {
list-style: none;
line-height: 1.333em;
margin: 0;
padding: 0.25rem 0 0 0;
padding: 0.25rem 0 0;
overflow: hidden;
display: grid;
grid-template-columns: repeat(3, 1fr);
Expand Down Expand Up @@ -887,8 +887,8 @@ a.tsd-index-link {
.tsd-panel > h1,
.tsd-panel > h2,
.tsd-panel > h3 {
margin: 1.5rem -1.5rem 0.75rem -1.5rem;
padding: 0 1.5rem 0.75rem 1.5rem;
margin: 1.5rem -1.5rem 0.75rem;
padding: 0 1.5rem 0.75rem;
}
.tsd-panel > h1.tsd-before-signature,
.tsd-panel > h2.tsd-before-signature,
Expand Down Expand Up @@ -1024,7 +1024,7 @@ a.tsd-index-link {
}

.tsd-signature {
margin: 0 0 1rem 0;
margin: 0 0 1rem;
padding: 1rem 0.5rem;
border: 1px solid var(--color-accent);
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
Expand All @@ -1049,7 +1049,7 @@ a.tsd-index-link {

.tsd-signatures {
padding: 0;
margin: 0 0 1em 0;
margin: 0 0 1em;
list-style-type: none;
}
.tsd-signatures .tsd-signature {
Expand Down Expand Up @@ -1082,7 +1082,7 @@ ul.tsd-type-parameter-list > li.tsd-parameter-signature {
ul.tsd-parameter-list h5,
ul.tsd-type-parameter-list h5 {
font-size: 16px;
margin: 1em 0 0.5em 0;
margin: 1em 0 0.5em;
}
.tsd-sources {
margin-top: 1rem;
Expand Down

0 comments on commit 50e0df4

Please sign in to comment.