wekan/client/components/cards
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
..
attachments.jade Enphasize keyboard shortcuts with a dedicated style 2015-11-25 09:39:29 -08:00
attachments.js Forbid trailing spaces 2015-12-30 16:49:39 +01:00
attachments.styl Fix layout on Apple devices 2016-01-02 14:26:48 +01:00
cardDetails.jade change edit card title input to textarea for editing larger titles 2016-01-01 02:47:19 +05:30
cardDetails.js change edit card title input to textarea for editing larger titles 2016-01-01 02:47:19 +05:30
cardDetails.styl add: support compact mode for mobile web, auto adapt to small screen/window 2015-12-17 14:23:35 +08:00
labels.jade Re-implement label deletion 2015-10-20 19:07:24 +02:00
labels.js Prefer ES5 methods over underscore utilities 2015-10-22 18:13:12 +02:00
labels.styl Fix label alignement on Safari 2015-08-28 10:59:46 +02:00
minicard.jade Support app deployment under a path prefix 2015-10-08 23:28:27 +02:00
minicard.js Enforce a consistent ES6 coding style 2015-09-03 23:12:46 +02:00
minicard.styl Fix layout on Apple devices 2016-01-02 14:26:48 +01:00