From 57484d9fa6193ee5c06bc1ffbbbfb65734390abc Mon Sep 17 00:00:00 2001 From: you Date: Mon, 23 Mar 2026 16:34:31 +0000 Subject: [PATCH] fix: QR overlay opacity 50% --- public/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/style.css b/public/style.css index 29de33a..7265590 100644 --- a/public/style.css +++ b/public/style.css @@ -1118,7 +1118,7 @@ button.ch-item.ch-item-encrypted .ch-badge { filter: grayscale(0.6); } [data-theme="dark"] .node-qr svg rect[fill="#000000"] { fill: var(--text); } .node-map-qr-wrap { position: relative; } .node-map-qr-overlay { position: absolute; bottom: 8px; right: 8px; z-index: 400; background: none; border: none; padding: 0; } -.node-map-qr-overlay svg { max-width: 64px; display: block; opacity: 0.7; } +.node-map-qr-overlay svg { max-width: 64px; display: block; opacity: 0.5; } [data-theme="dark"] .node-map-qr-overlay svg rect[fill="#000000"] { fill: var(--text); } /* Replay on Live Map button in packet detail */