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:
parent
59a31ed07f
commit
2daae77094
7 changed files with 12 additions and 16 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue