diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-11-21 10:53:03 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-11-21 10:53:03 +0100 |
| commit | 7061660e7d475fe3ed016858a49a0c9b7ba10c18 (patch) | |
| tree | 3b27e96d7a6d2148ab7cccc3785e3c000342a796 /src/frontend/app/components/StopMapSheet.css | |
| parent | 4fcf9ad479441e7661933b954cc878355bde1e5d (diff) | |
Show path from bus position to terminus
Diffstat (limited to 'src/frontend/app/components/StopMapSheet.css')
| -rw-r--r-- | src/frontend/app/components/StopMapSheet.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/app/components/StopMapSheet.css b/src/frontend/app/components/StopMapSheet.css index 6b2e8ed..7c96c2b 100644 --- a/src/frontend/app/components/StopMapSheet.css +++ b/src/frontend/app/components/StopMapSheet.css @@ -1,7 +1,7 @@ /* Stop map container */ .stop-map-container { width: 100%; - height: 300px; + height: 50vh; overflow: hidden; border: 1px solid var(--border-color); margin-block-start: 0; |
