diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/Resources/static/themes/material/css/cards.scss | 11 | ||||
-rw-r--r-- | app/config/wallabag.yml | 2 |
2 files changed, 6 insertions, 7 deletions
diff --git a/app/Resources/static/themes/material/css/cards.scss b/app/Resources/static/themes/material/css/cards.scss index 9dcbb8bb..6691adc6 100644 --- a/app/Resources/static/themes/material/css/cards.scss +++ b/app/Resources/static/themes/material/css/cards.scss | |||
@@ -118,15 +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; |
124 | } | ||
125 | 125 | ||
126 | .card-image .placeholder { | 126 | &--default { |
127 | background-color: #111; | 127 | background-size: contain; |
128 | filter: invert(100%); | 128 | } |
129 | -webkit-filter: invert(100%); | ||
130 | } | 129 | } |
131 | 130 | ||
132 | &.sw { | 131 | &.sw { |
diff --git a/app/config/wallabag.yml b/app/config/wallabag.yml index d2476959..847a8058 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.5-dev |
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' |