From 1155f0cd57fc341c0d52f00f9791115cbf8b5493 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 26 Feb 2026 06:58:08 +0000 Subject: [PATCH 1/2] Initial plan From 74eb2ee52e99304103361edad2504c3b241add0c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 26 Feb 2026 07:00:05 +0000 Subject: [PATCH 2/2] =?UTF-8?q?Hide=20=E2=8C=98K=20keyboard=20shortcut=20o?= =?UTF-8?q?n=20mobile=20screens?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: brunoborges <129743+brunoborges@users.noreply.github.com> --- site/styles.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/site/styles.css b/site/styles.css index 430e6c3..d2e7182 100644 --- a/site/styles.css +++ b/site/styles.css @@ -1458,6 +1458,10 @@ footer a:hover { .newsletter-form { flex-direction: column; } + + .cmd-bar kbd { + display: none; + } } /* ---------- Responsive: ≤ 500px ---------- */