/
Undeadguy
/
synapse
Обзор
Документация
Войти
/
Undeadguy
/
synapse
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
docs/website_files/remove-nav-buttons.css
8 строк
252 B
Andrew Morgan
Compile and render Synapse's docs into a browsable, mobile-friendly and searchable website (#10086)
03 июн 2021, 19:20
Не верифицирован
03 июн 2021, 19:20
fd9856e
Код
Авторство
О чём код?
/* 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 }