Skip to content

Commit

Permalink
docs: update url. (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
morganney committed Feb 20, 2024
1 parent c206c96 commit bebf153
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

<img alt="BusMap" src="./packages/ui/assets/png/logo.png" width="125px" />

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

Expand Down
5 changes: 4 additions & 1 deletion packages/ui/src/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand All @@ -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);
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit bebf153

Please sign in to comment.