aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/static/themes/material/css/cards.scss
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* 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.
* 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