]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/_theme: show the menu button 41276/head
authorKefu Chai <kchai@redhat.com>
Tue, 11 May 2021 09:55:32 +0000 (17:55 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 11 May 2021 09:57:47 +0000 (17:57 +0800)
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 <kchai@redhat.com>
doc/_themes/ceph/static/ceph.css_t

index a824b0fcd30f41bde0acce839562f5420f9af016..1be74fd45917d04951dbdd9c2c5c38f05172fc41 100644 (file)
@@ -42,6 +42,10 @@ body {
   font-size: 0.9em;
 }
 
+.wy-nav-content-wrap.shift {
+  top: 2em;
+}
+
 section h1,
 section h2,
 section h3,