Merge branch 'custom-algos' of github.com:bluesky-social/social-app into custom-algos
commit
9da5a1a780
|
@ -58,7 +58,7 @@ export function HeaderWithInput({
|
||||||
accessibilityRole="button"
|
accessibilityRole="button"
|
||||||
accessibilityLabel="Back"
|
accessibilityLabel="Back"
|
||||||
accessibilityHint="">
|
accessibilityHint="">
|
||||||
<UserAvatar size={30} avatar={store.me.avatar} />
|
<FontAwesomeIcon icon="bars" size={18} color={pal.colors.textLight} />
|
||||||
</TouchableOpacity>
|
</TouchableOpacity>
|
||||||
<View
|
<View
|
||||||
style={[
|
style={[
|
||||||
|
@ -121,6 +121,7 @@ const styles = StyleSheet.create({
|
||||||
header: {
|
header: {
|
||||||
flexDirection: 'row',
|
flexDirection: 'row',
|
||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
|
justifyContent: 'center',
|
||||||
paddingHorizontal: 12,
|
paddingHorizontal: 12,
|
||||||
paddingVertical: 4,
|
paddingVertical: 4,
|
||||||
},
|
},
|
||||||
|
@ -128,7 +129,10 @@ const styles = StyleSheet.create({
|
||||||
width: 30,
|
width: 30,
|
||||||
height: 30,
|
height: 30,
|
||||||
borderRadius: 30,
|
borderRadius: 30,
|
||||||
marginHorizontal: 6,
|
marginRight: 6,
|
||||||
|
paddingBottom: 2,
|
||||||
|
alignItems: 'center',
|
||||||
|
justifyContent: 'center',
|
||||||
},
|
},
|
||||||
headerSearchContainer: {
|
headerSearchContainer: {
|
||||||
flex: 1,
|
flex: 1,
|
||||||
|
|
Loading…
Reference in New Issue