diff options
author | squahtx <squahtx@users.noreply.github.com> | 2021-10-26 13:05:22 +0000 |
---|---|---|
committer | squahtx <squahtx@users.noreply.github.com> | 2021-10-26 13:05:22 +0000 |
commit | ab7e599082bf396d4f42fc02ee351ffc49187349 (patch) | |
tree | e50dd3e1e5c3dfb650d595b67121f8e748146e17 /v1.46/docs/website_files/remove-nav-buttons.css | |
parent | deploy: 63cbdd8af081839f245915a18ed57f1a44f1a5f4 (diff) | |
download | synapse-ab7e599082bf396d4f42fc02ee351ffc49187349.tar.xz |
deploy: cc75a6b1b20f599c6ec6699fb77c8a72b87d1ec2
Diffstat (limited to 'v1.46/docs/website_files/remove-nav-buttons.css')
-rw-r--r-- | v1.46/docs/website_files/remove-nav-buttons.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/v1.46/docs/website_files/remove-nav-buttons.css b/v1.46/docs/website_files/remove-nav-buttons.css new file mode 100644 index 0000000000..4b280794ea --- /dev/null +++ b/v1.46/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 |