fix(docs): sidebar logo size (#2125)
This commit is contained in:
parent
4a6ac87505
commit
572b117ce6
1 changed files with 7 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue