compensate for uneven padding

This commit is contained in:
Samuel Newman
2026-02-25 14:16:06 +02:00
parent 3a4c267106
commit b7283d92bf
+4 -1
View File
@@ -42,7 +42,10 @@ function TransparentOuter({children, headerRef}: OuterProps) {
a.flex_row,
a.align_center,
a.gap_sm,
a.px_xs,
// built-in padding, but slightly more on right than left,
// so compensate for that. this is because we're using
// headerRightItems
a.pl_xs,
isInitialRender && {opacity: 0},
]}>
{children}