From 0239191dfc64c9d728ac57518a93acb240127193 Mon Sep 17 00:00:00 2001 From: FrankZamora Date: Sun, 30 Nov 2025 23:02:55 -0600 Subject: [PATCH] fix(cls): add inline CSS to prevent navbar-collapse layout shift MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add CSS rule to hide navbar-collapse before Bootstrap JS loads. This prevents Bootstrap from calculating dimensions on an element that will be hidden anyway, eliminating 0.245 CLS on mobile. Target: reduce CLS from 0.479 to ~0.234 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- header.php | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/header.php b/header.php index 325e4104..246a1b64 100644 --- a/header.php +++ b/header.php @@ -14,6 +14,16 @@ + + + +