aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/static/themes/material/css/media_queries.scss
Commit message (Collapse)AuthorAgeFilesLines
* material: replace display: flex with block in print modeKevin Decherf2020-01-251-0/+6
| | | | | | | | | | | This change is a workaround for a reported issue with printing flex items on Firefox See: https://bugzilla.mozilla.org/show_bug.cgi?id=939897 Fixes #4251 Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* material: add metadata to list viewKevin Decherf2019-05-011-0/+4
| | | | | | | | | 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>
* material: fix left padding on non-entry pages introduced by #3893Kevin Decherf2019-03-091-1/+1
| | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* material: add media queries to hide creation date from card actionsKevin Decherf2019-03-031-0/+9
| | | | | | | | | Hide the creation date from card actions on specific sizes when there's not enough space for all parts. Fixes #3851 Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* material: fix left padding of content on medium screensKevin Decherf2019-03-021-1/+7
| | | | | | Fixes #3877 Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* material: move a media query from cards to dedicated scss fileKevin Decherf2019-03-021-0/+4
| | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Fix overflow wrap issueSimounet2018-05-211-0/+10
|
* More space for navbar actions on mobileSimounet2017-12-081-1/+1
|
* Fix pagination on list modeSimounet2017-12-041-7/+11
|
* Fix non-centered login formKevin Decherf2017-10-161-1/+1
| | | | | | Fixes #3343 Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Fix mobile view and update asset depsThomas Citharel2017-06-151-6/+9
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Adds Webpack support and removes the use for GruntThomas Citharel2017-05-041-0/+149
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