Skip to content

Refactor ZenMode

Robert Speicher requested to merge rs-zenmode-cleanup into master
  • No longer depends on the "hidden checkbox".
  • No longer depends on manually storing/restoring the scroll position. Instead, we take advantage of jquery.scrollTo.
  • Event-based.
  • Simplifies the state-based styling.

Merge request reports