Skip to content

Commit 572b117

Browse files
author
Shane Afsar
authored
fix(docs): sidebar logo size (#2125)
1 parent 4a6ac87 commit 572b117

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/website/src/css/custom.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@ html[data-theme='dark'] {
3030
}
3131
}
3232

33+
/* DocSearch x Algolia logo in sidebar */
34+
@media (min-width: 997px) {
35+
.theme-doc-sidebar-container .docsearch-nav-logo {
36+
height: auto;
37+
}
38+
}
39+
3340

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

0 commit comments

Comments
 (0)