1
0
forked from ctmesh/web

changes & fixes. fewer buttons, fix scrolling issue with page top cut off, rejigger resources pages with resources on top, other minor cosmetics.

This commit is contained in:
2026-02-10 13:33:37 -05:00
parent 6acb31e2a9
commit bc23226733
4 changed files with 92 additions and 93 deletions

View File

@ -74,7 +74,7 @@
}
.note {
background: #F5F5F5;
border-left: 4px solid #67EA94;
border-left: 4px solid #2B3A4E;
border-radius: 8px;
padding: 0.75em 1em;
margin: 0.75em 0 0.5em;
@ -98,8 +98,8 @@
position: absolute;
top: 0.75em;
right: 0.75em;
background-color: #67EA94;
color: #000000;
background-color: #2B3A4E;
color: #ffffff;
border: none;
border-radius: 10px;
padding: 0.4em 0.75em;
@ -112,8 +112,8 @@
align-items: center;
justify-content: center;
gap: 8px;
background-color: #67EA94;
color: #000000;
background-color: #2B3A4E;
color: #ffffff;
border: none;
padding: 0.75em 1.5em;
border-radius: 15px;
@ -122,8 +122,10 @@
font-size: 15px;
text-decoration: none;
}
.back-link {
.back-link,
.back-link:visited {
margin-top: 1.5em;
color: #ffffff;
}
@media (max-width: 800px) {
body {
@ -156,7 +158,8 @@
<p><em>These tools use data reported to our MQTT server by nodes across the state.</em></p>
<ul>
<li><a href="https://meshcore-map.ctmesh.org/" target="_blank">MeshCore Map</a> <strong>NEW!</strong> - live map showing MeshCore nodes</li>
<li><a href="https://meshcore-wardrive.ctmesh.org/" target="_blank">MeshCore Wardriving Map</a> <strong>NEW!</strong> - coverage maps for MeshCore (you can also contribute!). <em>Note: a new app is in testing and may supersede this.</em></li>
<li><a href="https://meshcore-wardrive.ctmesh.org/" target="_blank">MeshCore Wardriving Map</a> <strong>NEW!</strong> - coverage maps for MeshCore. <em>Note: a new app is in testing and may supersede this.</em></li>
<li><a href="https://meshcore-wardrive.ctmesh.org/wardrive" target="_blank">Wardrive Contribution</a> - upload your wardrive data to improve coverage maps</li>
</ul>
</div>
@ -180,7 +183,7 @@ MCTOMQTT_MQTT3_USERNAME=meshdev
MCTOMQTT_MQTT3_PASSWORD=large4cats</pre>
</div>
<a class="btn back-link" href="index.html">Back to CT Mesh</a>
<a class="btn back-link" href="index.html">&larr; Back to CT Mesh</a>
</div>
<script>
const copyButtons = document.querySelectorAll("[data-copy-target]");