wekan/client/components/users
Maxime Quandalle 8b5fd09ff3 Fix layout on Apple devices
The layout issue was related to the lack of autoprexing for CSS
properties. c69f993 did improve the reload time significantly but for
that I had to replace `mquandalle:stylus` by the core `stylus`
package. Unfortunatly it is currently difficult to run an autoprefixer
with the core CSS compilers (as reported in
https://github.com/meteor/meteor/issues/5219).

So instead we rely on `nib` which transparently define some mixins for
autoprefixing, the only restrictions being that we have to manually
`@import 'nib'` on top of stylus files.

Fixes #461
2016-01-02 14:26:48 +01:00
..
userAvatar.jade Fix avatar support on Sanstorm 2015-12-30 19:34:18 +01:00
userAvatar.js add: invite user via email, invited user can accept or decline, allow member to quit 2015-12-07 11:15:57 +08:00
userAvatar.styl add: invite user via email, invited user can accept or decline, allow member to quit 2015-12-07 11:15:57 +08:00
userForm.styl Fix layout on Apple devices 2016-01-02 14:26:48 +01:00
userHeader.jade add: support compact mode for mobile web, auto adapt to small screen/window 2015-12-17 14:23:35 +08:00
userHeader.js Fix some bugs introduced in aa974aa 2015-10-29 23:17:21 +01:00