aboutsummaryrefslogtreecommitdiffhomepage
path: root/app
diff options
context:
space:
mode:
authorKevin Decherf <kevin@kdecherf.com>2017-11-05 15:18:45 +0100
committerKevin Decherf <kevin@kdecherf.com>2017-11-06 20:49:41 +0100
commit2f510787e7a37be1068390b0956257843a2a9ab6 (patch)
tree66d0add0ebd3111bc51f5348adc54c46e164aebd /app
parent8abb6c13219c7125f57667c9272db0a5c5d2bcb7 (diff)
downloadwallabag-2f510787e7a37be1068390b0956257843a2a9ab6.tar.gz
wallabag-2f510787e7a37be1068390b0956257843a2a9ab6.tar.zst
wallabag-2f510787e7a37be1068390b0956257843a2a9ab6.zip
material: replace card activator with article link on card preview
Fixes #2424 Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
Diffstat (limited to 'app')
-rw-r--r--app/Resources/static/themes/material/css/cards.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Resources/static/themes/material/css/cards.scss b/app/Resources/static/themes/material/css/cards.scss
index 3edbe673..7b38a743 100644
--- a/app/Resources/static/themes/material/css/cards.scss
+++ b/app/Resources/static/themes/material/css/cards.scss
@@ -134,6 +134,7 @@ main {
134 .card-fullimage .preview { 134 .card-fullimage .preview {
135 height: 14em; 135 height: 14em;
136 background: no-repeat 50%/cover; 136 background: no-repeat 50%/cover;
137 display: block;
137 } 138 }
138 139
139 &.sw { 140 &.sw {