1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-01 17:38:38 +00:00

Card no preview replaced by wallabag logo

This commit is contained in:
Simounet 2018-07-11 23:57:01 +02:00
parent 59a31ed07f
commit 2daae77094
7 changed files with 12 additions and 16 deletions

View file

@ -118,15 +118,14 @@ main {
.card-image .preview,
.card-fullimage .preview {
height: 14em;
height: 100%;
background: no-repeat 50%/cover;
background-color: #efefef;
display: block;
}
.card-image .placeholder {
background-color: #111;
filter: invert(100%);
-webkit-filter: invert(100%);
&--default {
background-size: contain;
}
}
&.sw {