From e55e56bc06c6863a63037870d8cf06d2cb56ab8f Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Sat, 28 Feb 2026 07:17:38 +0000 Subject: [PATCH] feat: move search bar to second row on mobile header On screens <= 640px, the header wraps to two rows: logo/app-switcher and identity on top, "Ask Mi Anything" search bar full-width below. Header and tab row switch from fixed to sticky positioning on mobile, eliminating the need for magic padding-top values on #app. Co-Authored-By: Claude Opus 4.6 --- server/shell.ts | 4 ++-- website/public/shell.css | 31 ++++++++++++++++++++++++++++--- 2 files changed, 30 insertions(+), 5 deletions(-) diff --git a/server/shell.ts b/server/shell.ts index 7b01078..3ce98fa 100644 --- a/server/shell.ts +++ b/server/shell.ts @@ -54,7 +54,7 @@ export function renderShell(opts: ShellOptions): string { ${escapeHtml(title)} - +