summary refs log tree commit diff
path: root/v1.97/docs/website_files/remove-nav-buttons.css
diff options
context:
space:
mode:
authorDMRobertson <DMRobertson@users.noreply.github.com>2023-11-21 12:39:50 +0000
committerDMRobertson <DMRobertson@users.noreply.github.com>2023-11-21 12:39:50 +0000
commit1b4ed0ade5fedd88f6a1377ef60168d6e24b5fd9 (patch)
tree825ac7e9759e2071500e30bdb0cf9c602c2af6f6 /v1.97/docs/website_files/remove-nav-buttons.css
parentdeploy: c4f5522189687c1e739d63246b5a6668d89b2d5f (diff)
downloadsynapse-1b4ed0ade5fedd88f6a1377ef60168d6e24b5fd9.tar.xz
deploy: bb86eb98147d4b9d78bcd564133666f2d777c5c3
Diffstat (limited to 'v1.97/docs/website_files/remove-nav-buttons.css')
-rw-r--r--v1.97/docs/website_files/remove-nav-buttons.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/v1.97/docs/website_files/remove-nav-buttons.css b/v1.97/docs/website_files/remove-nav-buttons.css
new file mode 100644

index 0000000000..4b280794ea --- /dev/null +++ b/v1.97/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