diff --git a/README.md b/README.md index c23a951..9650e97 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Official MeshCore Map (frontend) ## Installation This is fully static and build-free site, cloning it to web location that can serve static content should be enough. -It uses backend api deployed on https://meshcore.dev/api/v1/nodes, so you will need to edit `apiUrl` in `src/map.js`. +It uses backend api deployed on https://meshcore.dev/api/v1/nodes ## Libraries used * [Vue3](https://github.com/vuejs/core) diff --git a/css/style.css b/css/style.css index 8448caa..395badf 100644 --- a/css/style.css +++ b/css/style.css @@ -131,6 +131,9 @@ table.node-info tr td:last-child { width: 16px; min-inline-size: 0px !important; } +.stats a.github { + margin-right: 15px; +} .search { position: fixed; z-index: 1000; diff --git a/index.html b/index.html index ce4f965..edc2af0 100644 --- a/index.html +++ b/index.html @@ -13,6 +13,7 @@