This commit is contained in:
DS Boyce
2026-07-31 11:34:43 -07:00
parent 76c65f333e
commit 9093ee0819
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -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,
@@ -65,6 +65,7 @@ export function LoadLatestBtn({
? styles.loadLatestOutOfLine
: styles.loadLatestInline),
gtMobile &&
!gtTablet &&
(centerColumnOffset
? styles.loadLatestInlineOffset
: styles.loadLatestInline),