mirror of
https://github.com/Kpa-clawbot/meshcore-analyzer.git
synced 2026-04-27 15:25:13 +00:00
Fix Recent Activity on nodes page: remove extra closing div
An extra </div> was closing the node-detail wrapper before the Recent Activity section rendered, causing content to fall outside the styled container.
This commit is contained in:
@@ -337,7 +337,6 @@
|
||||
${hasLoc ? `<dt>Location</dt><dd>${n.lat.toFixed(5)}, ${n.lon.toFixed(5)}</dd>` : ''}
|
||||
</dl>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div style="text-align:center;margin-bottom:16px">
|
||||
<button class="btn-primary" id="copyUrlBtn">📋 Copy URL</button>
|
||||
|
||||
Reference in New Issue
Block a user