From 2f510787e7a37be1068390b0956257843a2a9ab6 Mon Sep 17 00:00:00 2001 From: Kevin Decherf Date: Sun, 5 Nov 2017 15:18:45 +0100 Subject: material: replace card activator with article link on card preview Fixes #2424 Signed-off-by: Kevin Decherf --- app/Resources/static/themes/material/css/cards.scss | 1 + 1 file changed, 1 insertion(+) (limited to 'app') 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 { .card-fullimage .preview { height: 14em; background: no-repeat 50%/cover; + display: block; } &.sw { -- cgit v1.2.3