diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2018-11-25 09:58:18 +0100 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2018-11-25 09:58:18 +0100 |
commit | b878be4cc99fd4927c70b59386cf7a57b33bb381 (patch) | |
tree | 9a5186ead93b9f6114b5341a7713f614eb58f6ec /app | |
parent | e673b54f702f274a087e4feff409663d9636e57b (diff) | |
parent | bffe65478de71113a16f6e7a7ef75845c9d61180 (diff) | |
download | wallabag-b878be4cc99fd4927c70b59386cf7a57b33bb381.tar.gz wallabag-b878be4cc99fd4927c70b59386cf7a57b33bb381.tar.zst wallabag-b878be4cc99fd4927c70b59386cf7a57b33bb381.zip |
Merge remote-tracking branch 'origin/master' into 2.4
# Conflicts:
# web/wallassets/baggy.js
# web/wallassets/manifest.json
# web/wallassets/material.css
# web/wallassets/material.js
Diffstat (limited to 'app')
-rw-r--r-- | app/Resources/static/themes/material/css/cards.scss | 7 | ||||
-rw-r--r-- | app/config/wallabag.yml | 2 |
2 files changed, 7 insertions, 2 deletions
diff --git a/app/Resources/static/themes/material/css/cards.scss b/app/Resources/static/themes/material/css/cards.scss index f3319f3d..52872220 100644 --- a/app/Resources/static/themes/material/css/cards.scss +++ b/app/Resources/static/themes/material/css/cards.scss | |||
@@ -118,9 +118,14 @@ main { | |||
118 | 118 | ||
119 | .card-image .preview, | 119 | .card-image .preview, |
120 | .card-fullimage .preview { | 120 | .card-fullimage .preview { |
121 | height: 14em; | 121 | height: 100%; |
122 | background: no-repeat 50%/cover; | 122 | background: no-repeat 50%/cover; |
123 | background-color: #efefef; | ||
123 | display: block; | 124 | display: block; |
125 | |||
126 | &--default { | ||
127 | background-size: contain; | ||
128 | } | ||
124 | } | 129 | } |
125 | 130 | ||
126 | &.sw { | 131 | &.sw { |
diff --git a/app/config/wallabag.yml b/app/config/wallabag.yml index d2476959..6354b22f 100644 --- a/app/config/wallabag.yml +++ b/app/config/wallabag.yml | |||
@@ -1,5 +1,5 @@ | |||
1 | wallabag_core: | 1 | wallabag_core: |
2 | version: 2.3.3 | 2 | version: 2.3.4 |
3 | paypal_url: "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9UBA65LG3FX9Y&lc=gb" | 3 | paypal_url: "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9UBA65LG3FX9Y&lc=gb" |
4 | languages: | 4 | languages: |
5 | en: 'English' | 5 | en: 'English' |