Skip to content

Questions

Mohammed Sahl edited this page Jun 12, 2020 · 2 revisions

Codebase questions

  • I see toc and tpl being used as parameters many proto._render... functions. What do they stand for?

    • toc is short for Table of Contents and tpl is Template
  • What does the magic number 768px represent in src/themes/basic/_layout.styl

@media screen and (max-width: 768px)
  .github-corner, .sidebar-toggle, .sidebar
    position fixed

  .app-nav
    margin-top 16px

  .app-nav li ul
    top 30px
Clone this wiki locally