/
spirzen
/
it-knowledge-base
Обзор
Документация
Войти
/
spirzen
/
it-knowledge-base
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
Mobile
src/components/ClusteringPlay.module.css
26 строк
419 B
Spirzen
New index and apk
20 май 2026, 04:18
20 май 2026, 04:18
4ccd21a
Код
Авторство
О чём код?
.root { max-width: min(520px, 100%); margin: 0 auto; } .canvas { display: block; width: 100%; max-width: 300px; margin: 0 auto; border-radius: 8px; border: 1px solid var(--ifm-color-emphasis-300); background: var(--ifm-background-surface-color); } .status { margin: 0.55rem 0; font-size: 0.8rem; text-align: center; } .controls { display: flex; gap: 0.45rem; justify-content: center; }