/
githubmirror
/
docusaurus
Обзор
Документация
Войти
/
githubmirror
/
docusaurus
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/docusaurus-theme-classic/src/theme/Navbar/Layout/styles.module.css
14 строк
337 B
Sébastien Lorber
refactor(theme-{classic,common}): split navbar into smaller components + cleanup + swizzle config (#6895)
18 мар 2022, 18:21
Не верифицирован
18 мар 2022, 18:21
a1d333e
Код
Авторство
О чём код?
/** * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ .navbarHideable { transition: transform var(--ifm-transition-fast) ease; } .navbarHidden { transform: translate3d(0, calc(-100% - 2px), 0); }