tweak: bump chan-tag size from 0.8em to 0.9em with more padding

This commit is contained in:
you
2026-03-21 22:33:14 +00:00
parent c72b2f712c
commit 3106257c06
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -22,7 +22,7 @@
<meta name="twitter:title" content="MeshCore Analyzer">
<meta name="twitter:description" content="Real-time MeshCore LoRa mesh network analyzer — live packet visualization, node tracking, channel decryption, and route analysis.">
<meta name="twitter:image" content="https://raw.githubusercontent.com/Kpa-clawbot/meshcore-analyzer/master/public/og-image.png">
<link rel="stylesheet" href="style.css?v=1774132071">
<link rel="stylesheet" href="style.css?v=1774132394">
<link rel="stylesheet" href="home.css">
<link rel="stylesheet" href="live.css?v=1774058575">
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css"
+1 -1
View File
@@ -1483,4 +1483,4 @@ tr[data-hops]:hover { background: rgba(59,130,246,0.1); }
font-size: 12px; cursor: pointer; color: var(--text);
}
.region-dropdown-item:hover { background: var(--row-hover, #f5f5f5); }
.chan-tag { background: var(--accent, #3b82f6); color: #fff; padding: 1px 6px; border-radius: 4px; font-size: 0.8em; font-weight: 600; }
.chan-tag { background: var(--accent, #3b82f6); color: #fff; padding: 2px 8px; border-radius: 4px; font-size: 0.9em; font-weight: 600; }