/
githubmirror
/
tech-interview-handbook
Обзор
Документация
Войти
/
githubmirror
/
tech-interview-handbook
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
apps/website/src/theme/TOC/styles.module.css
29 строк
535 B
Yangshun Tay
website: move into monorepo
01 окт 2022, 03:22
01 окт 2022, 03:22
7f621eb
Код
Авторство
О чём код?
.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; }