/
Mativ
/
solo-master
Обзор
Документация
Войти
/
Mativ
/
solo-master
Код
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
src/renderer/view/index.css
39 строк
720 B
mativ
повороты
02 май 2026, 10:45
02 май 2026, 10:45
e00800e
Код
Авторство
О чём код?
* { margin: 0; padding: 0; box-sizing: border-box; } html, body { width: 100%; height: 100%; overflow: hidden; -webkit-app-region: drag; } html:not(.has-image) { box-shadow: inset 0 0 0 2px #ffffff, inset 0 0 0 4px #000000; } body { background: #1e1e1e; display: flex; align-items: center; justify-content: center; position: relative; } #view-canvas { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 1; } #view-placeholder { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; font-size: 64px; font-weight: 700; color: #4a4a4a; letter-spacing: 0.05em; user-select: none; position: absolute; z-index: 0; }