/
githubmirror
/
docusaurus
Обзор
Документация
Войти
/
githubmirror
/
docusaurus
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/docusaurus-theme-classic/src/theme/Navbar/Search/styles.module.css
27 строк
603 B
Sébastien Lorber
chore: upgrade stylelint (#11992)
29 май 2026, 18:24
Не верифицирован
29 май 2026, 18:24
ff28bdf
Код
Авторство
О чём код?
/** * 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. */ /* Workaround to avoid rendering empty search container See https://github.com/facebook/docusaurus/pull/9385 */ .navbarSearchContainer:empty { display: none; } @media (width <= 996px) { .navbarSearchContainer { position: absolute; right: var(--ifm-navbar-padding-horizontal); } } @media (width >= 997px) { .navbarSearchContainer { padding: 0 var(--ifm-navbar-item-padding-horizontal); } }