From 2915582461910147e02ad2142352580ab7f94a68 Mon Sep 17 00:00:00 2001 From: Ashraf Nazar Date: Mon, 20 Apr 2020 16:54:28 +0100 Subject: [PATCH] fix(docs): render navbar in mobile view when sidebar is open (#38588) --- docs/components/theme.css | 6 ++++++ 1 file changed, 6 insertions(+) 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;