Move ALT indicator right and shrink it a bit (#4213)

zio/stable
Paul Frazee 2024-05-24 11:24:20 -07:00 committed by GitHub
parent 2897b79bef
commit afab4d5129
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -74,12 +74,12 @@ const styles = StyleSheet.create({
position: 'absolute',
// Related to margin/gap hack. This keeps the alt label in the same position
// on all platforms
left: isWeb ? 8 : 5,
right: isWeb ? 8 : 5,
bottom: isWeb ? 8 : 5,
},
alt: {
color: 'white',
fontSize: 10,
fontSize: 6,
fontWeight: 'bold',
},
})

View File

@ -178,12 +178,12 @@ const styles = StyleSheet.create({
paddingHorizontal: 6,
paddingVertical: 3,
position: 'absolute',
left: 6,
right: 6,
bottom: 6,
},
alt: {
color: 'white',
fontSize: 10,
fontSize: 6,
fontWeight: 'bold',
},
customFeedOuter: {