We Vote's javascript (client-side) mobile website built with React/Flux. Twitter: @WeVote Apple Store: https://itunes.apple.com/us/app/we-vote-voter-guide/id1347335726 Android: https://play.google.com/store/apps/details?id=org.wevote.cordova&hl=en_US
94
stars
301
forks
source link
[WV-691]Updated toolbar layout Moved MoreInfoIcon to the right with absolute positioning. #4158
Moved MoreInfoIcon to the right with absolute positioning. Removed previously added margin from styles as this is a new approach.
Styles added:
Toolbar style={{ display: 'flex', alignItems: 'center', position: 'relative', width: '100%' }}
Tabs: style={{ flexGrow: 1 }}
MoreInfoIcon: style={{ position: 'absolute', right: '16px', display: 'flex', alignItems: 'center' }}
Moved MoreInfoIcon to the right with absolute positioning. Removed previously added margin from styles as this is a new approach. Styles added: Toolbar style={{ display: 'flex', alignItems: 'center', position: 'relative', width: '100%' }} Tabs: style={{ flexGrow: 1 }} MoreInfoIcon: style={{ position: 'absolute', right: '16px', display: 'flex', alignItems: 'center' }}