Hacklone / private-bower

A simple private bower registry
Other
665 stars 131 forks source link

IE 11 frontend bug #231

Closed ViktorHofer closed 7 years ago

ViktorHofer commented 8 years ago

Currently the design of the frontend is broken in IE 11.

Thanks

PatrickWalker commented 8 years ago

ie edge

Shows the difference between ie11 and edge.

@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(20px);transform:translateX(20px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}

Seems to be the point of contention for the fork me image. Not sure on the icon yet. Removing the fadeInRight class shows the correct location