From d434204860fc0409ad6343e815d0057b97ce3573 Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Wed, 19 Nov 2025 12:40:48 +0100 Subject: Some UI tweaks --- src/frontend/app/components/StopMapSheet.css | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src/frontend/app/components/StopMapSheet.css') 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); -- cgit v1.3