]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
material: decrease size of tags on list view 3783/head
authorKevin Decherf <kevin@kdecherf.com>
Sun, 25 Nov 2018 14:38:17 +0000 (15:38 +0100)
committerKevin Decherf <kevin@kdecherf.com>
Sun, 25 Nov 2018 14:38:17 +0000 (15:38 +0100)
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
app/Resources/static/themes/material/css/cards.scss

index 6691adc6e4a7ec247db63612307701cdb3cff822..b6a73bfdce730db02da304bdae7c1f491dde24a1 100644 (file)
@@ -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 {