From 48346edde606e8cb5cd2071a1a090610ff1670a9 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Wed, 11 Dec 2024 22:24:22 +0000 Subject: More exact counts (#7059) * post liked by * rm unnecessary layout.center * do post quotes/reposts * set height of header to prevent layout shifts --- src/components/Layout/Header/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/components/Layout/Header/index.tsx') diff --git a/src/components/Layout/Header/index.tsx b/src/components/Layout/Header/index.tsx index 321f7201f..f05350dca 100644 --- a/src/components/Layout/Header/index.tsx +++ b/src/components/Layout/Header/index.tsx @@ -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}], -- cgit 1.4.1