/
Sangak
/
inav-configurator
Обзор
Документация
Войти
/
Sangak
/
inav-configurator
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/css/groundstation.css
37 строк
577 B
Pawel Spychalski (DzikuVx)
Show telemetry data in the groundstation
23 мар 2024, 20:41
23 мар 2024, 20:41
542a307
Код
Авторство
О чём код?
#view-groundstation { background-color: #2e2e2e; width: 100%; height: 100%; display: flex; } #groundstation-map { width: 100%; height: 100%; } #groundstation-telemetry { width: 20%; color: #ddd; } .groundstation-telemetry__header { margin: 1em; text-align: center; } .groundstation-telemetry__row { display: flex; justify-content: space-between; margin: 1em; font-size: 1.1em; } .groundstation-telemetry__row--big { font-size: 2.2em; } .groundstation-telemetry__label { color: #aaa; font-weight: bold; }