From ee989d755cbd5251b657ece9d1af9ea076c9a9fe Mon Sep 17 00:00:00 2001 From: Ben Floyd Date: Thu, 2 Jul 2026 11:49:01 -0600 Subject: [PATCH] fix comment --- styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styles.css b/styles.css index b45ec62..3633e2b 100644 --- a/styles.css +++ b/styles.css @@ -311,8 +311,8 @@ * HOLISTIC SCROLLING FIX: * Instead of making the header relative (which breaks immersive scrolling) or zeroing out padding, * we let the header be native (absolute) so content scrolls under it. - * Since our Streams bar makes the header taller, we dynamically increase the padding-top - * on the markdown containers. + * Since our Streams bar makes the header taller on mobile, we explicitly increase the padding-top + * on the markdown containers using an offset (4vh). */ .is-phone .mod-root .workspace-leaf-content .view-content .markdown-reading-view > .markdown-preview-view, .is-phone .mod-root .workspace-leaf-content .view-content .markdown-source-view > .cm-editor > .cm-scroller {