Skip to content

Commit

Permalink
fix(docs): sidebar logo size (#2125)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane Afsar committed Nov 15, 2023
1 parent 4a6ac87 commit 572b117
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/website/src/css/custom.css
Expand Up @@ -30,6 +30,13 @@ html[data-theme='dark'] {
}
}

/* DocSearch x Algolia logo in sidebar */
@media (min-width: 997px) {
.theme-doc-sidebar-container .docsearch-nav-logo {
height: auto;
}
}


.docusaurus-highlight-code-line {
background-color: rgba(0, 0, 0, 0.1);
Expand Down

0 comments on commit 572b117

Please sign in to comment.