From 045328f3b90b93ba5e579a2c967c8a282c44651d Mon Sep 17 00:00:00 2001 From: user Date: Sat, 28 Feb 2026 15:46:58 -0800 Subject: [PATCH] fix: use visibility:hidden/visible instead of CSS transitions for zero-tx warning Remove all CSS transitions, max-height changes, and opacity animations. The warning container always reserves its space with visibility:hidden and switches to visibility:visible when needed. No layout shift ever. --- src/popup/index.html | 9 +-------- src/popup/views/confirmTx.js | 20 +++----------------- 2 files changed, 4 insertions(+), 25 deletions(-) diff --git a/src/popup/index.html b/src/popup/index.html index 7083141..c77bd37 100644 --- a/src/popup/index.html +++ b/src/popup/index.html @@ -580,14 +580,7 @@