Remove the remove-nav-buttons plugin

No longer needed as the original purpose was to stop them from interfering with the TOC on desktop.
This commit is contained in:
Andrew Morgan
2026-01-07 15:04:15 +00:00
parent 4c807ca305
commit 823338f1a4
2 changed files with 0 additions and 9 deletions
-1
View File
@@ -30,7 +30,6 @@ site-url = "/synapse/"
# Additional HTML, JS, CSS that's injected into each page of the book.
# More information available in docs/website_files/README.md
additional-css = [
"docs/website_files/remove-nav-buttons.css",
"docs/website_files/indent-section-headers.css",
"docs/website_files/version-picker.css",
]
@@ -1,8 +0,0 @@
/* 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
}