diff --git a/App/sims/busfahrt/game.html b/App/sims/busfahrt/game.html index 5bd2705..24d980d 100644 --- a/App/sims/busfahrt/game.html +++ b/App/sims/busfahrt/game.html @@ -37,11 +37,14 @@ /* ===== Topbar ===== */ .ggs-topbar { - position: absolute; top: 8px; left: 8px; right: 8px; z-index: 1001; + position: absolute; top: 8px; left: 8px; z-index: 1001; display: flex; gap: 8px; align-items: center; font-size: 13px; flex-wrap: wrap; + max-width: calc(100vw - 16px); pointer-events: none; /* leere Bereiche zur Karte durchlassen */ } + /* Auftrag-Nr im Stats-Panel (links, bei den Graphen) */ + .bf-stats__order { font-weight: 800; font-size: 14px; color: var(--bf-green); margin-bottom: 8px; } .ggs-topbar a { text-decoration: none; background: #f1ede2; color: var(--bf-ink); @@ -610,10 +613,7 @@