From b70fed5cd78f4d960f49fe81dc116a0357996e8d Mon Sep 17 00:00:00 2001 From: root Date: Mon, 6 Apr 2026 15:42:45 +0500 Subject: [PATCH] fix(reader): clean up focus mode footer - Hide the global site footer on chapter pages (not useful mid-reading) - Merge the three separate floating nav pills into a single unified pill with dividers, removing the visual clutter of multiple bordered bubbles - Float the pill lower (bottom-6) when the mini-player is not active --- ui/src/routes/+layout.svelte | 4 +- .../books/[slug]/chapters/[n]/+page.svelte | 66 ++++++++++--------- 2 files changed, 38 insertions(+), 32 deletions(-) diff --git a/ui/src/routes/+layout.svelte b/ui/src/routes/+layout.svelte index 68c7daf..c0057ab 100644 --- a/ui/src/routes/+layout.svelte +++ b/ui/src/routes/+layout.svelte @@ -721,7 +721,9 @@ {/key} -