summaryrefslogtreecommitdiffstats
path: root/client/components/cards/attachments.styl
Commit message (Collapse)AuthorAgeFilesLines
* Added media queries to resize attatchmentsBrooks Becton2017-10-281-0/+21
| | | | media queries match other break points and break from a 3 column to 2 to 1
* UI: Put every attachment action on its own lineAlexander Sulfrian2016-05-191-1/+1
|
* UI: Scale the attachemnt thumbnailsAlexander Sulfrian2016-05-191-2/+2
| | | | The attachements should be scaled inside the card, too.
* UI: Center add-attachment linkAlexander Sulfrian2016-05-191-0/+4
|
* Fix layout on Apple devicesMaxime Quandalle2016-01-021-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 & drpfloatinghotpot2015-11-131-0/+11
|
* Fix card attachmentsMaxime Quandalle2015-06-131-0/+47
Closes #192.