From 3723150f078830f0fd9687b74e54a57e0ab1e0c7 Mon Sep 17 00:00:00 2001 From: Dave Allie Date: Fri, 12 Dec 2025 22:11:00 +1100 Subject: [PATCH] Adjust screen margins --- src/screens/EpubReaderScreen.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/screens/EpubReaderScreen.cpp b/src/screens/EpubReaderScreen.cpp index 07858c5..818fcff 100644 --- a/src/screens/EpubReaderScreen.cpp +++ b/src/screens/EpubReaderScreen.cpp @@ -10,9 +10,9 @@ constexpr int PAGES_PER_REFRESH = 15; constexpr unsigned long SKIP_CHAPTER_MS = 700; constexpr float lineCompression = 0.95f; -constexpr int marginTop = 11; +constexpr int marginTop = 10; constexpr int marginRight = 10; -constexpr int marginBottom = 30; +constexpr int marginBottom = 20; constexpr int marginLeft = 10; void EpubReaderScreen::taskTrampoline(void* param) {