From 9013dc4fc475de42752c01f448a7c447e12b6a4f Mon Sep 17 00:00:00 2001 From: nmemmert Date: Wed, 12 Aug 2026 09:00:03 -0400 Subject: [PATCH] Expand reader draw mode to full screen width Use max-w-full on main when draw mode is active so the layout fills the viewport. Scripture panel is a fixed 288px column; notebook canvas takes all remaining space. Co-Authored-By: Claude Sonnet 4.6 --- src/pages/ReaderPage.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/ReaderPage.jsx b/src/pages/ReaderPage.jsx index 813207f..299bc07 100644 --- a/src/pages/ReaderPage.jsx +++ b/src/pages/ReaderPage.jsx @@ -85,7 +85,7 @@ export default function ReaderPage() { -
+
{/* Navigation + tools bar */}