From 58713ea61ee653da3873d1665b3d2b245a0be24f Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Tue, 11 May 2021 17:55:32 +0800 Subject: [PATCH] doc/_theme: show the menu button because we have a top-nav bar, which is setting on top of the bar containing the menu button when the docs is displayed wit a device with smaller width. in this change, the container of the menu button is moved down a little bit, so it is visible again. Signed-off-by: Kefu Chai --- doc/_themes/ceph/static/ceph.css_t | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/_themes/ceph/static/ceph.css_t b/doc/_themes/ceph/static/ceph.css_t index a824b0fcd30f4..1be74fd45917d 100644 --- a/doc/_themes/ceph/static/ceph.css_t +++ b/doc/_themes/ceph/static/ceph.css_t @@ -42,6 +42,10 @@ body { font-size: 0.9em; } +.wy-nav-content-wrap.shift { + top: 2em; +} + section h1, section h2, section h3, -- 2.39.5