aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/static/themes/material/css/cards.scss
Commit message (Collapse)AuthorAgeFilesLines
* Improved tags list for material viewNicolas Lœuillet2020-04-201-15/+9
|
* Merge remote-tracking branch 'origin/master' into 2.4Jeremy Benoist2019-05-151-14/+38
|\
| * material: add metadata to list viewKevin Decherf2019-05-011-14/+38
| | | | | | | | | | | | | | | | | | Add reading time and creation date to rows of list view. Refactor styles using a sass mixin. Fixes #3838 Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* | Merge remote-tracking branch 'origin/master' into 2.4Jeremy Benoist2019-04-011-6/+5
|\|
| * material: wrap card actions, remove class hiding of creation dateKevin Decherf2019-03-031-0/+5
| | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
| * material: move a media query from cards to dedicated scss fileKevin Decherf2019-03-021-6/+0
| | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* | Merge remote-tracking branch 'origin/master' into 2.4Jeremy Benoist2019-01-151-20/+18
|\|
| * Merge pull request #3783 from wallabag/issue-3780Kevin Decherf2018-11-261-1/+3
| |\ | | | | | | material: decrease size of tags on list view
| | * material: decrease size of tags on list viewKevin Decherf2018-11-251-1/+3
| | | | | | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
| * | material: fix missing thumbnail on list viewKevin Decherf2018-11-251-19/+15
| |/ | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* | Merge remote-tracking branch 'origin/master' into 2.4Jeremy Benoist2018-11-251-1/+6
|\| | | | | | | | | | | | | | | # Conflicts: # web/wallassets/baggy.js # web/wallassets/manifest.json # web/wallassets/material.css # web/wallassets/material.js
| * Card no preview replaced by wallabag logoSimounet2018-11-211-6/+5
| |
| * Add placeholder image to card-based gallery entries page for #3651Matt Burke2018-10-151-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | I referenced https://css-tricks.com/using-svg/ for using the SVG icon. The icon has a black foreground and white background, which doesn't look very good as a placeholder. So, using the background-image style to show the svg and the inversion filter to make it white on gray. With the image always present, there isn't much difference between the with and without image preview templates, so I merged them. Tested on Chrome, Firefox, and Safari on OSX.
* | Add specific styles for the card tag form element.Stéphane HULARD2018-09-251-0/+11
|/ | | | Also add a `.hidden` class in the baggy theme to have consistency with material.
* Card tags template sharedSimounet2017-12-261-0/+4
|
* Useless span removed from the card's titleSimounet2017-12-261-1/+0
|
* Border radius on every corner of tag's listSimounet2017-12-081-1/+2
|
* Fix duplicated code removedSimounet2017-12-081-14/+0
|
* Tags list view improvedSimounet2017-12-081-2/+42
| | | | | No text ellipsis so we can see the whole tag, better responsiveness, bigger touch height on links.
* Fix pagination on list modeSimounet2017-12-041-0/+1
|
* material: replace card activator with article link on card previewKevin Decherf2017-11-061-0/+1
| | | | | | Fixes #2424 Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Reduced border-radius for tagsNicolas Lœuillet2017-05-311-0/+1
|
* Add some flex magicThomas Citharel2017-05-311-14/+47
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Fixed tags display on grid viewNicolas Lœuillet2017-05-311-0/+17
|
* fix 3-dots menu positionThomas Citharel2017-05-081-1/+1
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Fix review againThomas Citharel2017-05-071-1/+1
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Fix reviewsAline2017-05-071-0/+8
| | | | Signed-off-by: Aline <chetta.aline@gmail.com>
* Fix according to reviewThomas Citharel2017-05-041-14/+14
|
* Adds Webpack support and removes the use for GruntThomas Citharel2017-05-041-0/+186
Signed-off-by: Thomas Citharel <tcit@tcit.fr> use scss Signed-off-by: Thomas Citharel <tcit@tcit.fr> fix build, add babel, fix annotations fixes (and improvements !) for baggy add live reload & environments & eslint & theme fixes