Merge pull request #1858 from ecency/snippets

reduced max width available to left buttons of stickybar
This commit is contained in:
Feruz M 2021-03-15 11:35:59 +02:00 committed by GitHub
commit 6dbbe88cab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ export default EStyleSheet.create({
marginLeft: 16,
flexDirection: 'row',
alignItems: 'center',
maxWidth: '$deviceWidth / 2',
maxWidth: '$deviceWidth / 3',
},
rightButtonsWrapper: {
flexDirection: 'row',