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),