diff --git a/docs/components/theme.css b/docs/components/theme.css index 409cc5f7c5..7abc03f6a9 100644 --- a/docs/components/theme.css +++ b/docs/components/theme.css @@ -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;