From 70926772737661f38b8e418e97c1ee748000226d Mon Sep 17 00:00:00 2001 From: Lukas Date: Tue, 24 Mar 2026 17:36:01 +0100 Subject: [PATCH] Make layout full-width on mobile with docked top/bottom bars Remove max-width constraint and horizontal padding on small screens so content goes edge-to-edge. Turn navigation and action bar lose rounded corners on mobile and dock flush to top/bottom edges. Desktop layout (sm: and up) is unchanged. Co-Authored-By: Claude Opus 4.6 (1M context) --- apps/web/src/App.tsx | 6 +++--- apps/web/src/components/action-bar.tsx | 2 +- apps/web/src/components/turn-navigation.tsx | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/web/src/App.tsx b/apps/web/src/App.tsx index 8e3c87c..cb63b5a 100644 --- a/apps/web/src/App.tsx +++ b/apps/web/src/App.tsx @@ -43,10 +43,10 @@ export function App() { return (
-
+
{!!actionBarAnim.showTopBar && (
@@ -85,7 +85,7 @@ export function App() {
+
+