wekan/client/components
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
..
activities Fix layout on Apple devices 2016-01-02 14:26:48 +01:00
boards Fix layout on Apple devices 2016-01-02 14:26:48 +01:00
cards Fix layout on Apple devices 2016-01-02 14:26:48 +01:00
forms add: support compact mode for mobile web, auto adapt to small screen/window 2015-12-17 14:23:35 +08:00
import Fix layout on Apple devices 2016-01-02 14:26:48 +01:00
lists Fix drag and drop on Sandstorm 2015-12-30 19:22:30 +01:00
main Fix layout on Apple devices 2016-01-02 14:26:48 +01:00
mixins Enforce a consistent ES6 coding style 2015-09-03 23:12:46 +02:00
sidebar Fix drag and drop on Sandstorm 2015-12-30 19:22:30 +01:00
users Fix layout on Apple devices 2016-01-02 14:26:48 +01:00