From: Kefu Chai Date: Tue, 11 May 2021 09:55:32 +0000 (+0800) Subject: doc/_theme: show the menu button X-Git-Tag: v17.1.0~2011^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F41276%2Fhead;p=ceph.git 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 --- diff --git a/doc/_themes/ceph/static/ceph.css_t b/doc/_themes/ceph/static/ceph.css_t index a824b0fcd30f..1be74fd45917 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,