remove-nav-buttons.css 252 B

12345678
  1. /* Remove the prev, next chapter buttons as they interfere with the
  2. * table of contents.
  3. * Note that the table of contents only appears on desktop, thus we
  4. * only remove the desktop (wide) chapter buttons.
  5. */
  6. .nav-wide-wrapper {
  7. display: none
  8. }