1
0
Files
synapse/docs/website_files/remove-nav-buttons.css
Andrew Morgan 22aa21071c Remove chapter navigation buttons on desktop
As they interfere with the table of contents, and aren't really needed
on desktop UI.

Buttons are still kept for mobile.
2021-05-27 15:25:52 +01:00

8 lines
252 B
CSS

/* 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
}