/
githubmirror
/
docusaurus
Обзор
Документация
Войти
/
githubmirror
/
docusaurus
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/docusaurus-plugin-pwa/src/theme/PwaReloadPopup/styles.module.css
39 строк
612 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. */ .popup { position: fixed; bottom: 16px; right: 16px; width: 344px; display: flex; align-items: center; justify-content: space-between; z-index: 999; } .popup p { margin: 0; } @media screen and (width <= 500px) { .popup { width: 100%; bottom: 0; right: 0; } } .buttonContainer { display: flex; align-items: center; } .buttonContainer :global(.close) { margin: 0; padding: 0; }