diff options
author | Thomas Citharel <tcit@tcit.fr> | 2016-11-14 10:01:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-14 10:01:12 +0100 |
commit | d37081e50b5c6f6d6d37523ab51082947c54fe03 (patch) | |
tree | aa85385af6fe1002d9de3427c37ce5a643773ed4 /app | |
parent | 8315507384c5cbc26d6f73729aeb97395e3e55fa (diff) | |
parent | 8d7b4f0eff9d07f8d6d354e09fd926abf26aa4ce (diff) | |
download | wallabag-d37081e50b5c6f6d6d37523ab51082947c54fe03.tar.gz wallabag-d37081e50b5c6f6d6d37523ab51082947c54fe03.tar.zst wallabag-d37081e50b5c6f6d6d37523ab51082947c54fe03.zip |
Merge pull request #2562 from wallabag/image-bigger
Bigger image preview in case of only image content
Diffstat (limited to 'app')
-rwxr-xr-x | app/Resources/static/themes/material/css/main.css | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/app/Resources/static/themes/material/css/main.css b/app/Resources/static/themes/material/css/main.css index 446fe879..48a7420a 100755 --- a/app/Resources/static/themes/material/css/main.css +++ b/app/Resources/static/themes/material/css/main.css | |||
@@ -507,6 +507,10 @@ a.original { | |||
507 | white-space: nowrap; | 507 | white-space: nowrap; |
508 | } | 508 | } |
509 | 509 | ||
510 | .card .card-entry-labels-hidden li:first-child { | ||
511 | margin-left: 0; | ||
512 | } | ||
513 | |||
510 | .card-entry-tags a, | 514 | .card-entry-tags a, |
511 | .card-entry-labels a, | 515 | .card-entry-labels a, |
512 | .card-tag-labels a, | 516 | .card-tag-labels a, |
@@ -564,7 +568,12 @@ a.original { | |||
564 | height: 10em; | 568 | height: 10em; |
565 | } | 569 | } |
566 | 570 | ||
567 | .card .card-image .preview { | 571 | .card .card-fullimage { |
572 | height: 13.5em; | ||
573 | } | ||
574 | |||
575 | .card .card-image .preview, | ||
576 | .card .card-fullimage .preview { | ||
568 | height: 14em; | 577 | height: 14em; |
569 | background-size: cover; | 578 | background-size: cover; |
570 | background-repeat: no-repeat; | 579 | background-repeat: no-repeat; |