fix(mesh): enforce LoRa-only off-grid labels
This commit is contained in:
@@ -1477,7 +1477,7 @@ function isImageMime(mime?: string): boolean {
|
||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M18.364 5.636a9 9 0 11-12.728 0M12 9v4m0 4h.01" />
|
||||
</svg>
|
||||
<span class="text-sm font-medium text-orange-300">OFF-GRID</span>
|
||||
<span class="text-xs text-white/50">Tor disabled — mesh only</span>
|
||||
<span class="text-xs text-white/50">Tor/FIPS disabled - LoRa only</span>
|
||||
</div>
|
||||
|
||||
<!-- Actions row -->
|
||||
|
||||
@@ -119,10 +119,10 @@
|
||||
.mesh-signal-bar.active { background: #4ade80; }
|
||||
.mesh-unread-badge { background: #fb923c; color: #000; font-size: 0.65rem; font-weight: 700; min-width: 18px; height: 18px; border-radius: 9px; display: flex; align-items: center; justify-content: center; padding: 0 5px; flex-shrink: 0; }
|
||||
.mesh-chat-card { padding: 0; flex: 1; display: flex; flex-direction: column; min-height: 0; overflow: hidden; }
|
||||
.mesh-chat-empty { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; color: rgba(255, 255, 255, 0.3); gap: 8px; padding: 40px; }
|
||||
.mesh-chat-empty-icon { font-size: 3rem; opacity: 0.4; }
|
||||
.mesh-chat-empty { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; color: rgba(255, 255, 255, 0.14); gap: 8px; padding: 40px; }
|
||||
.mesh-chat-empty-icon { font-size: 3rem; opacity: 0.18; }
|
||||
.mesh-chat-empty p { margin: 0; font-size: 0.9rem; }
|
||||
.mesh-chat-empty-sub { font-size: 0.75rem !important; color: rgba(255, 255, 255, 0.2); }
|
||||
.mesh-chat-empty-sub { font-size: 0.75rem !important; color: rgba(255, 255, 255, 0.1); }
|
||||
.mesh-chat-header { display: flex; align-items: center; gap: 10px; padding: 14px 16px; border-bottom: 1px solid rgba(255, 255, 255, 0.06); flex-shrink: 0; }
|
||||
/* Floating mobile back button (Teleported to body). Hidden by default; only
|
||||
shown in the single-column mobile mesh layout (see media query below). */
|
||||
|
||||
Reference in New Issue
Block a user