From: Kevin Decherf Date: Mon, 26 Nov 2018 17:45:38 +0000 (+0100) Subject: Merge pull request #3783 from wallabag/issue-3780 X-Git-Tag: 2.3.5~4 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;ds=sidebyside;h=20898d5ef4d2e5ae68a2687578c9273efed274c3;hp=-c;p=github%2Fwallabag%2Fwallabag.git Merge pull request #3783 from wallabag/issue-3780 material: decrease size of tags on list view --- 20898d5ef4d2e5ae68a2687578c9273efed274c3 diff --combined app/Resources/static/themes/material/css/cards.scss index 9e3599d5,b6a73bfd..4f67e038 --- a/app/Resources/static/themes/material/css/cards.scss +++ b/app/Resources/static/themes/material/css/cards.scss @@@ -116,6 -116,18 +116,6 @@@ main height: 13.5em; } - .card-image .preview, - .card-fullimage .preview { - height: 100%; - background: no-repeat 50%/cover; - background-color: #efefef; - display: block; - - &--default { - background-size: contain; - } - } - &.sw { max-width: 370px; margin-left: auto; @@@ -130,19 -142,6 +130,19 @@@ 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; @@@ -211,19 -210,26 +211,21 @@@ 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 { .chip { background-color: $blueAccentColor; - padding: 0 15px 0 10px; + padding: 0 7px; margin: auto 2px; border-radius: 6px; + line-height: 22px; + height: 22px; a, i {