zachfitz / Ionic-Material

Material Design style and animations for Ionic
http://ionicmaterial.com
Other
2.9k stars 902 forks source link

a problem with the position of header buttons #111

Closed fanyhong closed 9 years ago

fanyhong commented 9 years ago

Hi ! First of all, thank you for offering this nice UI library.

I have a problem to attach this lib to my ionic app. between before and after I attached this lib, the position of header buttons are changed.

The header button of right side is not on right position. (some go down and left) and I think the position of the icons in buttons is on the right side a little.

I've just added .css and .js files of 'ionic-material' to index.html and injected 'ionic-material' to app.js of my original app. That's all I did. Please check this, thank you.

sbryfcz commented 9 years ago

I'm not sure about the rest of the community but I've been setting my nav bar buttons class to button-clear. This seemed to fix it for me.

fanyhong commented 9 years ago

I found the reason of my problem through lots of tests.. That was ionic-framework version issue. Mine was old version (v1.0.0-beta.13). After updating it to new version (v0.1.0), it works well perfectly. If anyone has problem like this, I recommend update the version of ionic-framework.