diff --git a/src/popup/index.html b/src/popup/index.html
index c77bd37..7083141 100644
--- a/src/popup/index.html
+++ b/src/popup/index.html
@@ -580,7 +580,14 @@
0, leave visibility:hidden — space stays reserved
} catch (e) {
log.errorf("recipient history check failed:", e.message);
- // On error, leave visibility:hidden — no layout shift, no false warning
+ // On error, collapse space — no false warning
+ el.style.maxHeight = "0";
+ el.style.opacity = "0";
}
}