From f615898ca4f999fd2f122fd0aa25e393406ee9fd Mon Sep 17 00:00:00 2001 From: Ash Monty Date: Sat, 1 Oct 2022 15:37:44 +0200 Subject: [PATCH] fix: navbar on mobile --- public/assets/css/documentation.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/public/assets/css/documentation.css b/public/assets/css/documentation.css index 8501bff..0b3e11a 100644 --- a/public/assets/css/documentation.css +++ b/public/assets/css/documentation.css @@ -328,6 +328,18 @@ button#openSidebar { } } +@media screen and (max-width: 900px) { + .docs-wrapper header button.dropdown-button#mobile-button { + display: none; + } + .docs-wrapper header .logo-link svg text { + display: block; + } + .docs-wrapper header .logo-link svg { + width: 120px; + } +} + @media screen and (max-width: 820px) { .docs-wrapper .content .quick-links-grid, .platform-grid {