diff options
Diffstat (limited to 'app')
-rwxr-xr-x | app/Resources/static/themes/material/css/main.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/app/Resources/static/themes/material/css/main.css b/app/Resources/static/themes/material/css/main.css index b5e47300..48a7420a 100755 --- a/app/Resources/static/themes/material/css/main.css +++ b/app/Resources/static/themes/material/css/main.css | |||
@@ -568,7 +568,12 @@ a.original { | |||
568 | height: 10em; | 568 | height: 10em; |
569 | } | 569 | } |
570 | 570 | ||
571 | .card .card-image .preview { | 571 | .card .card-fullimage { |
572 | height: 13.5em; | ||
573 | } | ||
574 | |||
575 | .card .card-image .preview, | ||
576 | .card .card-fullimage .preview { | ||
572 | height: 14em; | 577 | height: 14em; |
573 | background-size: cover; | 578 | background-size: cover; |
574 | background-repeat: no-repeat; | 579 | background-repeat: no-repeat; |