X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=app%2FResources%2Fstatic%2Fthemes%2Fmaterial%2Fcss%2Fcards.scss;h=596d0a59773cd7d4f48e40972b0413076818934a;hb=91775f36fee13c5e1fd77abf27555e6c77fa93da;hp=1e0155c353c50ce9631370dc31b83c57783207ff;hpb=812c980fa5ea03b9282e32a93723e459eee763a3;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 1e0155c3..596d0a59 100644 --- a/app/Resources/static/themes/material/css/cards.scss +++ b/app/Resources/static/themes/material/css/cards.scss @@ -175,30 +175,63 @@ a.original:not(.waves-effect) { } .card-stacked { - &:hover ul.tools-list { - display: block; - } + display: flex; + flex-flow: row wrap; - ul.tools-list { - display: none; + &:hover ul.tools-list { + display: inline; + text-align: right; } .preview { - float: left; - width: 90px; - height: 50px; + max-width: 100px; + height: auto; + margin-right: 10px; + flex: 1; img { - max-height: 50px; - padding-right: 10px; - width: 80px; + max-width: 100%; + max-height: 100%; + } + } + + div.metadata { + .chip { + background-color: $blueAccentColor; + padding: 0 15px 0 10px; + margin: auto 2px; + + a, + i { + color: #fff; + } + + i.material-icons { + float: right; + font-size: 20px; + line-height: 32px; + padding-left: 8px; + } } } - .domain, - .footer { - font-size: 12px; + div.card-content { + flex: 4; } + + ul.tools-list { + flex: 1; + display: none; + flex-basis: 5em; + align-self: flex-end; + float: right; + max-width: 6em; + } +} + +#content .collection .collection-item { + min-height: 65px; + height: auto; } .quickstart .card .card-action a,