aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/static/themes/material/css/media_queries.scss
diff options
context:
space:
mode:
authorKevin Decherf <kevin@kdecherf.com>2019-04-27 22:48:28 +0200
committerKevin Decherf <kevin@kdecherf.com>2019-05-01 15:47:48 +0200
commit4b5b228650cd109db7b21fd754581416e7f7d97e (patch)
tree8bd9939ec93c4ad6801fd8b4de8806615eea905a /app/Resources/static/themes/material/css/media_queries.scss
parentea54c2adb126a77c244c30059c40149754d4dbb7 (diff)
downloadwallabag-4b5b228650cd109db7b21fd754581416e7f7d97e.tar.gz
wallabag-4b5b228650cd109db7b21fd754581416e7f7d97e.tar.zst
wallabag-4b5b228650cd109db7b21fd754581416e7f7d97e.zip
material: add metadata to list view
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>
Diffstat (limited to 'app/Resources/static/themes/material/css/media_queries.scss')
-rw-r--r--app/Resources/static/themes/material/css/media_queries.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/Resources/static/themes/material/css/media_queries.scss b/app/Resources/static/themes/material/css/media_queries.scss
index 491eedce..6f9d2a95 100644
--- a/app/Resources/static/themes/material/css/media_queries.scss
+++ b/app/Resources/static/themes/material/css/media_queries.scss
@@ -173,6 +173,10 @@
173 .row .col { 173 .row .col {
174 padding: 0; 174 padding: 0;
175 } 175 }
176
177 .card-stacked div.metadata .reading-time {
178 display: none;
179 }
176} 180}
177 181
178@media screen and (max-width: 310px), 182@media screen and (max-width: 310px),