X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=app%2FResources%2Fstatic%2Fthemes%2Fmaterial%2Fcss%2Fcards.scss;h=9e3599d5ea020efbf1bbc9eea6abb5f2f21e3e52;hb=e5de9917fdd78d4cd3b46b376e3b2a4175efa36a;hp=e244ad3fcf3e99e29416c3d3dd65f6ac87baecbc;hpb=c235cb75cdc003e4bbca2732647f029277da594b;p=github%2Fwallabag%2Fwallabag.git diff --git a/app/Resources/static/themes/material/css/cards.scss b/app/Resources/static/themes/material/css/cards.scss index e244ad3f..9e3599d5 100644 --- a/app/Resources/static/themes/material/css/cards.scss +++ b/app/Resources/static/themes/material/css/cards.scss @@ -25,7 +25,6 @@ main { max-height: 80px; font-size: 19px; font-family: roberto, "Helvetica Neue", Helvetica, Arial, sans-serif; - color: #313131; } .card-stacked .card-content .card-title { @@ -117,13 +116,6 @@ main { height: 13.5em; } - .card-image .preview, - .card-fullimage .preview { - height: 14em; - background: no-repeat 50%/cover; - display: block; - } - &.sw { max-width: 370px; margin-left: auto; @@ -138,12 +130,25 @@ a.original:not(.waves-effect) { display: block; } +.card .card-image .preview, +.card .card-fullimage .preview, +.card-stacked .preview { + height: 100%; + background: no-repeat 50%/cover; + background-color: #efefef; + display: block; + + &--default { + background-size: contain; + } +} + .card-entry-labels li, .card-tag-labels li { margin: 10px 10px 10px auto; padding: 5px 12px 5px 16px !important; background-color: $blueAccentColor; - border-radius: 0 3px 3px 0; + border-radius: 3px; color: #fff; cursor: default; } @@ -151,6 +156,7 @@ a.original:not(.waves-effect) { .card-entry-labels li { text-overflow: ellipsis; white-space: nowrap; + border-radius: 0 3px 3px 0; overflow: hidden; } @@ -205,16 +211,11 @@ a.original:not(.waves-effect) { text-align: right; } - .preview { + .card-preview { max-width: 100px; - height: auto; + max-height: 50px; margin-right: 10px; flex: 1; - - img { - max-width: 100%; - max-height: 100%; - } } div.metadata { @@ -250,6 +251,10 @@ a.original:not(.waves-effect) { float: right; max-width: 6em; } + + .tags { + display: inline-block; + } } #content .collection .collection-item {