From 13d94929ecc76e2b83c5bb48290215a35526973f Mon Sep 17 00:00:00 2001 From: Kevin Decherf Date: Sun, 25 Nov 2018 15:38:17 +0100 Subject: [PATCH] material: decrease size of tags on list view Signed-off-by: Kevin Decherf --- app/Resources/static/themes/material/css/cards.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 { -- 2.41.0