diff --git a/frontend/src/style.css b/frontend/src/style.css index cd27127..ac10193 100644 --- a/frontend/src/style.css +++ b/frontend/src/style.css @@ -10,7 +10,7 @@ html, body { width: 100%; grid-template-columns: 100%; - grid-template-rows: auto 1fr auto; + grid-template-rows: auto minmax(min-content, 1fr) auto; grid-template-areas: "intro" "table" diff --git a/frontend/src/table.handlebars b/frontend/src/table.handlebars index f9ec115..4de6e64 100644 --- a/frontend/src/table.handlebars +++ b/frontend/src/table.handlebars @@ -2,29 +2,29 @@
| Id | -Distance | -Altitude | -Speed | -Course | -Vertical speed | -Turn rate | +Flugzeug | +Entfernung | +Flughöhe | +Geschwindigkeit | +Kurs | +vert. Geschwindigkeit | +Drehrate | Position | -Last status | +Letztes Update |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
- Registration (call sign) - Model / type + Registrierung (Rufzeichen) + Typ |
km | m | km/h | ° | m/s | -turns/min | +Umdrehungen/min |
- Link to map + Link zur Karte (live.glidernet.org) |
@@ -40,7 +40,7 @@ |