/
githubmirror
/
front-end-interview-handbook
Обзор
Документация
Войти
/
githubmirror
/
front-end-interview-handbook
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
website/src/theme/TOC/styles.module.css
29 строк
535 B
Yangshun
website: remove Facebook copyright comments
14 фев 2022, 04:48
14 фев 2022, 04:48
6279acb
Код
Авторство
О чём код?
.tableOfContents { max-height: calc(100vh - (var(--ifm-navbar-height) + 2rem)); overflow-y: auto; position: sticky; top: calc(var(--ifm-navbar-height) + 1rem); } @media (max-width: 996px) { .tableOfContents { display: none; } .docItemContainer { padding: 0 0.3rem; } } .socialLinksContainer { background-color: var(--ifm-color-emphasis-100); border-radius: var(--ifm-global-radius); } .socialLinks { align-items: center; display: flex; font-size: 0.9rem; justify-content: center; gap: 1rem; }