aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources
diff options
context:
space:
mode:
authorKevin Decherf <kevin@kdecherf.com>2017-11-07 13:59:47 +0100
committerGitHub <noreply@github.com>2017-11-07 13:59:47 +0100
commitf39cfa469094fb9efd5e8007b44c2d62b617f358 (patch)
tree66d0add0ebd3111bc51f5348adc54c46e164aebd /app/Resources
parent8abb6c13219c7125f57667c9272db0a5c5d2bcb7 (diff)
parent2f510787e7a37be1068390b0956257843a2a9ab6 (diff)
downloadwallabag-f39cfa469094fb9efd5e8007b44c2d62b617f358.tar.gz
wallabag-f39cfa469094fb9efd5e8007b44c2d62b617f358.tar.zst
wallabag-f39cfa469094fb9efd5e8007b44c2d62b617f358.zip
Merge pull request #3404 from wallabag/issue-2424
material: replace card activator with article link on card preview
Diffstat (limited to 'app/Resources')
-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 {