/
zxclovly
/
BlinkCode
Обзор
Документация
Войти
/
zxclovly
/
BlinkCode
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
0.2.0
src/App.css
39 строк
830 B
lovlygod
Add embedded browser preview and bump version to 0.2.0
21 апр 2026, 23:00
21 апр 2026, 23:00
f016874
Код
Авторство
О чём код?
.app { display: flex; flex-direction: column; height: 100vh; width: 100vw; overflow: hidden; background: var(--bg-base); } .main-area { display: flex; flex: 1; overflow: hidden; position: relative; background: linear-gradient(180deg, color-mix(in srgb, var(--bg-base) 94%, transparent), var(--bg-base)); } .editor-area { flex: 1; display: flex; flex-direction: column; overflow: hidden; height: 100%; min-height: 0; min-width: 0; background: var(--bg-editor); box-shadow: inset 1px 0 0 var(--border-weaker, var(--border-subtle)); } .editor-content { flex: 1; display: flex; overflow: hidden; position: relative; min-width: 0; min-height: 0; height: 100%; background: linear-gradient(180deg, color-mix(in srgb, var(--bg-editor) 92%, var(--bg-panel)), var(--bg-editor)); }