summary refs log tree commit diff
path: root/v1.96/docs/website_files/remove-nav-buttons.css
diff options
context:
space:
mode:
authorerikjohnston <erikjohnston@users.noreply.github.com>2023-10-31 13:48:18 +0000
committererikjohnston <erikjohnston@users.noreply.github.com>2023-10-31 13:48:18 +0000
commitf97bb735b56f812d2808391d5e1e53cd3f560c28 (patch)
treea337fc5dd27195ccaa570fd1b11fc119b799f461 /v1.96/docs/website_files/remove-nav-buttons.css
parentdeploy: c02406ac711095eedbeeff229af8e368f77196aa (diff)
downloadsynapse-f97bb735b56f812d2808391d5e1e53cd3f560c28.tar.xz
deploy: 4724a6ded136c727bcff5082b94c2b3d6355e908
Diffstat (limited to 'v1.96/docs/website_files/remove-nav-buttons.css')
-rw-r--r--v1.96/docs/website_files/remove-nav-buttons.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/v1.96/docs/website_files/remove-nav-buttons.css b/v1.96/docs/website_files/remove-nav-buttons.css
new file mode 100644
index 0000000000..4b280794ea
--- /dev/null
+++ b/v1.96/docs/website_files/remove-nav-buttons.css
@@ -0,0 +1,8 @@
+/* Remove the prev, next chapter buttons as they interfere with the
+ * table of contents.
+ * Note that the table of contents only appears on desktop, thus we
+ * only remove the desktop (wide) chapter buttons.
+ */
+.nav-wide-wrapper {
+    display: none
+}
\ No newline at end of file