More exact counts (#7059)

* post liked by

* rm unnecessary layout.center

* do post quotes/reposts

* set height of header to prevent layout shifts
This commit is contained in:
Samuel Newman
2024-12-11 22:24:22 +00:00
committed by GitHub
parent 89c6ca94fe
commit 48346edde6
6 changed files with 86 additions and 33 deletions
+2 -2
View File
@@ -48,8 +48,8 @@ export function Outer({
a.gap_sm,
gutters,
platform({
native: [a.pb_sm, a.pt_xs],
web: [a.py_sm],
native: [a.pb_xs, {minHeight: 48}],
web: [a.py_xs, {minHeight: 52}],
}),
t.atoms.border_contrast_low,
gtMobile && [a.mx_auto, {maxWidth: 600}],