wekan/client/components/boards
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
..
boardArchive.jade Display keyboard shortcuts on a modal 2015-08-28 00:41:50 +02:00
boardArchive.js Fix home header bar 2015-12-19 17:39:38 +01:00
boardBody.jade add: support compact mode for mobile web, auto adapt to small screen/window 2015-12-17 14:23:35 +08:00
boardBody.js Fix drag and drop on Sandstorm 2015-12-30 19:22:30 +01:00
boardBody.styl Improve list title form 2015-09-02 22:56:12 +02:00
boardColors.styl add: support compact mode for mobile web, auto adapt to small screen/window 2015-12-17 14:23:35 +08:00
boardHeader.jade Merge pull request #435 from xavierpriour/devel 2015-12-18 00:35:32 +01:00
boardHeader.js Merge pull request #435 from xavierpriour/devel 2015-12-18 00:35:32 +01:00
boardHeader.styl Import board: added UI 2015-10-17 18:00:46 +02:00
boardsList.jade add: support compact mode for mobile web, auto adapt to small screen/window 2015-12-17 14:23:35 +08:00
boardsList.js add: invite user via email, invited user can accept or decline, allow member to quit 2015-12-07 11:15:57 +08:00
boardsList.styl Fix layout on Apple devices 2016-01-02 14:26:48 +01:00