/
QuickMeet
/
Chat.Desktop
Обзор
Документация
Войти
/
QuickMeet
/
Chat.Desktop
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/ui/components/AddServerView/styles.tsx
16 строк
267 B
Tasso Evangelista
fix: Fallback `window.require` on injected script (#2734)
15 сен 2023, 17:37
Не верифицирован
15 сен 2023, 17:37
a6c0208
Код
Авторство
О чём код?
import styled from '@emotion/styled'; export const Wrapper = styled.section` position: absolute; left: 0; top: 0; right: 0; bottom: 0; background-color: #2f343d; overflow-y: auto; align-items: center; justify-content: center; display: flex; `;