wevote / WebApp

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

Closed itcreativeusa closed 3 days ago

itcreativeusa commented 4 days ago

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' }}

DaleMcGrew commented 3 days ago

👍