mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-19 19:31:54 +03:00
Merge pull request #1858 from ecency/snippets
reduced max width available to left buttons of stickybar
This commit is contained in:
commit
6dbbe88cab
@ -28,7 +28,7 @@ export default EStyleSheet.create({
|
|||||||
marginLeft: 16,
|
marginLeft: 16,
|
||||||
flexDirection: 'row',
|
flexDirection: 'row',
|
||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
maxWidth: '$deviceWidth / 2',
|
maxWidth: '$deviceWidth / 3',
|
||||||
},
|
},
|
||||||
rightButtonsWrapper: {
|
rightButtonsWrapper: {
|
||||||
flexDirection: 'row',
|
flexDirection: 'row',
|
||||||
|
Loading…
Reference in New Issue
Block a user