From 9093ee0819952b3aa93be366e46e73a8563e8c9a Mon Sep 17 00:00:00 2001 From: DS Boyce <260543580+ds-boyce@users.noreply.github.com> Date: Fri, 31 Jul 2026 11:34:43 -0700 Subject: [PATCH] Fixes --- src/view/com/post/Post.tsx | 3 ++- src/view/com/util/load-latest/LoadLatestBtn.tsx | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/view/com/post/Post.tsx b/src/view/com/post/Post.tsx index af4ea969f7..82a837f55f 100644 --- a/src/view/com/post/Post.tsx +++ b/src/view/com/post/Post.tsx @@ -162,7 +162,8 @@ function PostInner({ href={itemHref} style={[ styles.outer, - gtMobile ? a.px_lg : a.px_md, + gtMobile ? a.pl_sm : a.pl_xs, + gtMobile ? a.pr_lg : a.pr_md, gtMobile ? a.pt_lg : a.pt_md, gtMobile ? a.pb_sm : a.pb_xs, t.atoms.border_contrast_low, diff --git a/src/view/com/util/load-latest/LoadLatestBtn.tsx b/src/view/com/util/load-latest/LoadLatestBtn.tsx index 1758012976..bafbe64cbe 100644 --- a/src/view/com/util/load-latest/LoadLatestBtn.tsx +++ b/src/view/com/util/load-latest/LoadLatestBtn.tsx @@ -65,6 +65,7 @@ export function LoadLatestBtn({ ? styles.loadLatestOutOfLine : styles.loadLatestInline), gtMobile && + !gtTablet && (centerColumnOffset ? styles.loadLatestInlineOffset : styles.loadLatestInline),