From 58ddee3b4985aae0eaa4dae49ca669ec6ef91894 Mon Sep 17 00:00:00 2001 From: Manuel Ebert Date: Fri, 29 Nov 2019 12:51:25 -0800 Subject: [PATCH] Display header in mobile docs --- docs/assets/theme.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/assets/theme.css b/docs/assets/theme.css index a3de87a9..687b3347 100644 --- a/docs/assets/theme.css +++ b/docs/assets/theme.css @@ -45,9 +45,17 @@ p { /* No-one likes lines that are 400 characters long. */ div.rst-content {max-width: 54em;} -.wy-side-nav-search, .wy-nav-top, .wy-menu-vertical li.current { +.wy-side-nav-search, .wy-menu-vertical li.current { background-color: transparent; } +.wy-nav-top { + background-image: linear-gradient(-211deg, #95699C 0%, #604385 100%); +} + +.wy-nav-top .fa-bars { + line-height: 50px; +} + .wy-side-nav-search a.icon-home { width: 100%; max-width: 250px;