From e8bf12c4abca342fa2bf372d837658f07c00d1bf Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Mon, 3 Nov 2025 00:40:00 +0200 Subject: [PATCH] style/zen mode: tweak text vertical centering offset --- apps/client/src/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/stylesheets/style.css b/apps/client/src/stylesheets/style.css index c2fe409e3..2a7664995 100644 --- a/apps/client/src/stylesheets/style.css +++ b/apps/client/src/stylesheets/style.css @@ -2105,7 +2105,7 @@ body.zen .note-split:not(.full-content-width) .scrolling-container { body.zen .note-split:not(.full-content-width) .note-detail { margin: auto; - padding-bottom: 15%; + padding-bottom: 25vh; width: var(--max-content-width); }