mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-06 04:42:40 +02:00
fix(v2): make sidebar logo positioning relative navbar (#2179)
This commit is contained in:
parent
5bafa1d106
commit
24206de744
2 changed files with 8 additions and 4 deletions
|
@ -142,7 +142,7 @@ function DocSidebar(props) {
|
|||
{title != null && <strong>{title}</strong>}
|
||||
</div>
|
||||
<div
|
||||
className={classnames('menu', 'menu--responsive', {
|
||||
className={classnames('menu', 'menu--responsive', styles.menu, {
|
||||
'menu--show': showResponsiveSidebar,
|
||||
})}>
|
||||
<button
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue