From 568594459968cdb81c528372deabbafc3c3292cf Mon Sep 17 00:00:00 2001 From: Huang Xin Date: Tue, 3 Mar 2026 11:52:21 +0800 Subject: [PATCH] fix(css): unset padding and margin in body, closes #3441 (#3452) --- apps/readest-app/src/utils/style.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/readest-app/src/utils/style.ts b/apps/readest-app/src/utils/style.ts index e69e2ab9..5295a50d 100644 --- a/apps/readest-app/src/utils/style.ts +++ b/apps/readest-app/src/utils/style.ts @@ -278,6 +278,8 @@ const getLayoutStyles = ( body { overflow: unset; zoom: ${zoomLevel}; + padding: unset; + margin: unset; } svg:where(:not([width])), img:where(:not([width])) { width: auto;