Center logo

This commit is contained in:
Eric Bailey
2024-06-04 17:00:02 -05:00
parent 7632899d35
commit ac94ffe590
+16 -3
View File
@@ -49,7 +49,7 @@ function HomeHeaderLayoutDesktopAndTablet({
style={[ style={[
a.relative, a.relative,
a.flex_row, a.flex_row,
a.justify_between, a.justify_end,
a.align_center, a.align_center,
a.pt_lg, a.pt_lg,
a.px_lg, a.px_lg,
@@ -57,9 +57,22 @@ function HomeHeaderLayoutDesktopAndTablet({
t.atoms.bg, t.atoms.bg,
t.atoms.border_contrast_low, t.atoms.border_contrast_low,
styles.bar, styles.bar,
kawaii && {paddingTop: 4, paddingBottom: 0, paddingLeft: 10},
]}> ]}>
<Logo width={kawaii ? 60 : 22} /> <View
style={[
a.absolute,
a.inset_0,
a.pt_lg,
a.pb_sm,
a.m_auto,
kawaii && {paddingTop: 4, paddingBottom: 0},
{
width: kawaii ? 60 : 28,
},
]}>
<Logo width={kawaii ? 60 : 28} />
</View>
<Link <Link
to="/feeds" to="/feeds"
hitSlop={10} hitSlop={10}