From: Kevin Decherf Date: Sun, 25 Nov 2018 14:38:17 +0000 (+0100) Subject: material: decrease size of tags on list view X-Git-Tag: 2.3.5~4^2 X-Git-Url: https://git.immae.eu/?p=github%2Fwallabag%2Fwallabag.git;a=commitdiff_plain;h=13d94929ecc76e2b83c5bb48290215a35526973f material: decrease size of tags on list view Signed-off-by: Kevin Decherf --- diff --git a/app/Resources/static/themes/material/css/cards.scss b/app/Resources/static/themes/material/css/cards.scss index 6691adc6..b6a73bfd 100644 --- a/app/Resources/static/themes/material/css/cards.scss +++ b/app/Resources/static/themes/material/css/cards.scss @@ -225,9 +225,11 @@ a.original:not(.waves-effect) { 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 {