fix(docs): render navbar in mobile view when sidebar is open (#38588)

This commit is contained in:
Ashraf Nazar
2020-04-20 16:54:28 +01:00
committed by GitHub
parent 8ad9421ef9
commit 2915582461

View File

@@ -296,6 +296,12 @@ body .sidebar-toggle span:nth-child(3) {
}
}
body.close .app-nav,
body.close .github-corner {
display: block !important;
text-align: center;
}
/****** Markdown General ******/
.markdown-section {
padding: 30px 30px 40px;