From bebf1539f31ce123f3dfae870e10b6b5125daef0 Mon Sep 17 00:00:00 2001 From: Morgan Ney Date: Mon, 19 Feb 2024 19:10:17 -0600 Subject: [PATCH] docs: update url. (#200) --- README.md | 4 ++-- packages/ui/src/global.css | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5bd7123..a9a993d 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,13 @@ BusMap -Bus maps of North and South American transit agencies supported by the [UMO public XML feed](https://retro.umoiq.com/xmlFeedDocs/NextBusXMLFeed.pdf), including Toronto Transit Commission, OmniTrans, and Portland Streetcar. App data provided by the [Restbus API](http://restbus.info/). +Bus maps of North and South American transit agencies supported by the [UMO public XML feed](https://retro.umoiq.com/xmlFeedDocs/NextBusXMLFeed.pdf), including Toronto Transit Commission, OmniTrans, and Portland Streetcar. App data provided by the [Restbus API](https://morganney.github.io/restbus.info). **Currently in Beta. If you want to be a test user for [Sign in with Google](https://developers.google.com/identity/gsi/web/guides/overview) and have a valid gmail account, comment on the related [discussion](https://github.com/morganney/busmap/discussions/164)**. Otherwise, the app is fully accessible to all users. Changed settings and favorite stops will be saved to your devices storage. -[test.busmap.online](https://test.busmap.online) +[try.busmap.online](https://try.busmap.online) ## Upcoming Transit Agencies diff --git a/packages/ui/src/global.css b/packages/ui/src/global.css index bb08458..b63fb48 100644 --- a/packages/ui/src/global.css +++ b/packages/ui/src/global.css @@ -191,6 +191,7 @@ body.busmap-dark .busmap-user-circle { height: auto !important; white-space: nowrap; border: 1px solid black; + border-radius: 4px; transition: transform 3.75s ease; font-size: 1.2rem; } @@ -210,6 +211,7 @@ body.busmap-dark .busmap-vehicle { display: block; background: black; position: absolute; + border-radius: 3px; } body.busmap-dark .busmap-vehicle::before { background: var(--color-dark); @@ -241,12 +243,13 @@ body.busmap-dark .busmap-vehicle::before { .busmap-vehicle.hidden { display: none; } -.busmap-vehicle div { +.busmap-vehicle > div { display: flex; align-items: center; justify-content: center; gap: 3px; position: relative; + border-radius: 3px; } .busmap-vehicle span { display: inline-block;