wekan/client/components/main
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
..
editor.jade Merge, move, and rename the main stylus file 2015-06-16 23:06:06 +02:00
editor.js bugfix: only care active members, also optimize some code 2015-12-08 16:03:31 +08:00
fonts.styl Switch the font to roboto 2015-08-20 15:59:00 +02:00
header.jade fix board headeer issue 2015-12-17 20:38:33 +08:00
header.js fix board headeer issue 2015-12-17 20:38:33 +08:00
header.styl fix board headeer issue 2015-12-17 20:38:33 +08:00
keyboardShortcuts.jade Allow the header bar customization 2015-12-09 19:10:26 -05:00
keyboardShortcuts.styl Enphasize keyboard shortcuts with a dedicated style 2015-11-25 09:39:29 -08:00
layouts.jade Optimize login form layout & css 2015-12-28 11:35:38 +08:00
layouts.js add: use user preferred lang for user form, and allow selecting 2015-12-07 12:36:51 +08:00
layouts.styl add: support compact mode for mobile web, auto adapt to small screen/window 2015-12-17 14:23:35 +08:00
popup.js Enforce a consistent ES6 coding style 2015-09-03 23:12:46 +02:00
popup.styl add: support compact mode for mobile web, auto adapt to small screen/window 2015-12-17 14:23:35 +08:00
popup.tpl.jade Define the popup translation in the stylesheet, not in the JS code 2015-06-09 17:41:55 +02:00
spinner.styl Fix layout on Apple devices 2016-01-02 14:26:48 +01:00
spinner.tpl.jade Renaissance 2015-05-12 19:33:50 +02:00