aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorKevin Decherf <kevin@kdecherf.com>2018-11-25 15:38:17 +0100
committerKevin Decherf <kevin@kdecherf.com>2018-11-25 15:38:17 +0100
commit13d94929ecc76e2b83c5bb48290215a35526973f (patch)
tree04ecaa11ddff3fff2c68b89c5b8c4b869f2729dd
parentbffe65478de71113a16f6e7a7ef75845c9d61180 (diff)
downloadwallabag-13d94929ecc76e2b83c5bb48290215a35526973f.tar.gz
wallabag-13d94929ecc76e2b83c5bb48290215a35526973f.tar.zst
wallabag-13d94929ecc76e2b83c5bb48290215a35526973f.zip
material: decrease size of tags on list view
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
-rw-r--r--app/Resources/static/themes/material/css/cards.scss4
1 files changed, 3 insertions, 1 deletions
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) {
225 div.metadata { 225 div.metadata {
226 .chip { 226 .chip {
227 background-color: $blueAccentColor; 227 background-color: $blueAccentColor;
228 padding: 0 15px 0 10px; 228 padding: 0 7px;
229 margin: auto 2px; 229 margin: auto 2px;
230 border-radius: 6px; 230 border-radius: 6px;
231 line-height: 22px;
232 height: 22px;
231 233
232 a, 234 a,
233 i { 235 i {