From 7d5ac47ee1531a379b53e824e8648657cd1907b6 Mon Sep 17 00:00:00 2001 From: eric Date: Fri, 4 Sep 2026 09:02:53 -0500 Subject: [PATCH] Tidy mobile live iframe height rules. Co-authored-by: Cursor --- frontend/src/app/globals.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/src/app/globals.css b/frontend/src/app/globals.css index ed49ecd..7b04d8b 100644 --- a/frontend/src/app/globals.css +++ b/frontend/src/app/globals.css @@ -11224,8 +11224,7 @@ a.weather-card:hover { } .live-stage.layout-split { grid-template-columns: 1fr; } .live-iframe { min-height: 50vh; } - .live-iframe { min-height: 280px; } - .live-chat { border-left: none; border-top: var(--border-glass); min-height: 280px; } + .live-chat { border-left: none; border-top: var(--border-glass); } } /* -- Feature rings / progressive IA -- */