Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | UI: Put every attachment action on its own line | Alexander Sulfrian | 2016-05-19 | 1 | -1/+1 |
| | |||||
* | UI: Scale the attachemnt thumbnails | Alexander Sulfrian | 2016-05-19 | 1 | -2/+2 |
| | | | | The attachements should be scaled inside the card, too. | ||||
* | UI: Center add-attachment link | Alexander Sulfrian | 2016-05-19 | 1 | -0/+4 |
| | |||||
* | Fix layout on Apple devices | Maxime Quandalle | 2016-01-02 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | 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 | ||||
* | add preview attached image, allow upload image from clipboard and drag & drp | floatinghotpot | 2015-11-13 | 1 | -0/+11 |
| | |||||
* | Fix card attachments | Maxime Quandalle | 2015-06-13 | 1 | -0/+47 |
Closes #192. |