diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-11-19 12:40:48 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-11-19 12:40:48 +0100 |
| commit | d434204860fc0409ad6343e815d0057b97ce3573 (patch) | |
| tree | 37d349fb3a39e727150134a32e745c64a7312571 /src/frontend/app/components/StopMapSheet.css | |
| parent | d6a28db658487bab63067499c3c7dbe6165e18c1 (diff) | |
Some UI tweaks
Diffstat (limited to 'src/frontend/app/components/StopMapSheet.css')
| -rw-r--r-- | src/frontend/app/components/StopMapSheet.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/frontend/app/components/StopMapSheet.css b/src/frontend/app/components/StopMapSheet.css index 4b0f528..2b28a13 100644 --- a/src/frontend/app/components/StopMapSheet.css +++ b/src/frontend/app/components/StopMapSheet.css @@ -76,6 +76,17 @@ animation: userPulse 1.8s ease-out infinite; } +.stop-map-container small { + position: absolute; + bottom: 4px; + left: 4px; + font-size: 12px; + color: var(--text-secondary); + background-color: rgba(255, 255, 255, 0.7); + padding: 2px 4px; + border-radius: 4px; +} + @keyframes userPulse { 0% { transform: scale(0.6); |
