aboutsummaryrefslogtreecommitdiffhomepage
path: root/web/bundles/wallabagcore/themes/material/css/style.min.css
Commit message (Collapse)AuthorAgeFilesLines
* Added shortcutsNicolas Lœuillet2016-11-151-1/+10
|
* Added unmark.it sharingNicolas Lœuillet2016-11-091-2/+2
| | | | Fix #668
* avoid eslint warning by disabling lineThomas Citharel2016-11-031-2/+2
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Added QRCode and link to configure android applicationNicolas Lœuillet2016-10-311-3/+3
|
* Fix baggy on small screensThomas Citharel2016-10-151-2/+1
|
* fix stylelintThomas Citharel2016-10-151-3/+3
|
* Improved side menu, reduced the font size on small screens, fixed a form to ↵Alexandr Danilov2016-10-151-1/+1
| | | | add links on small screens
* Optimize the way tag list is renderedJeremy Benoist2016-10-091-2/+2
| | | | | | Instead of retrieve all informations about entries of a tag to just count them, we’ll count them before with a fastest query. Also change the layout of the tag list in material design
* better tags on materialThomas Citharel2016-10-051-1/+1
|
* Fix icon positionThomas Citharel2016-10-041-2/+2
|
* Fixed icon position in share menuNicolas Lœuillet2016-10-041-2/+2
|
* fix iconsThomas Citharel2016-10-041-1/+1
|
* Add eslint & stylelint tests (fix a few things) and move dependencies to devThomas Citharel2016-10-041-2/+2
|
* Fix font & TravisJeremy Benoist2016-10-041-1/+1
| | | | Grunt now copy fonts instead of symlink (node_modules won't exist for the end user)
* Basically, fix everythingThomas Citharel2016-10-031-0/+17
* Remove install.sh * Assets are now provided * Icons font issues are fixed