mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-10 07:37:19 +02:00
misc(v2): fix CSS
This commit is contained in:
parent
e76288341f
commit
09036743b7
3 changed files with 6 additions and 8 deletions
|
@ -72,12 +72,10 @@ function DocSidebar(props) {
|
|||
};
|
||||
|
||||
return (
|
||||
<div className="container margin-vert--lg">
|
||||
<div className="menu menu--responsive sidebar">
|
||||
<ul className="menu__list">
|
||||
{thisSidebar.map(item => renderItem(item, {root: true}))}
|
||||
</ul>
|
||||
</div>
|
||||
<div className="menu menu--responsive sidebar">
|
||||
<ul className="menu__list">
|
||||
{thisSidebar.map(item => renderItem(item, {root: true}))}
|
||||
</ul>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue