aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorKevin Decherf <kevin@kdecherf.com>2018-11-26 18:45:38 +0100
committerGitHub <noreply@github.com>2018-11-26 18:45:38 +0100
commit20898d5ef4d2e5ae68a2687578c9273efed274c3 (patch)
tree44536a93e0561dff7ca45c9e99f1d23521842940
parent72efc8ceeb277df10fc090cbc238f1606445ae57 (diff)
parent13d94929ecc76e2b83c5bb48290215a35526973f (diff)
downloadwallabag-20898d5ef4d2e5ae68a2687578c9273efed274c3.tar.gz
wallabag-20898d5ef4d2e5ae68a2687578c9273efed274c3.tar.zst
wallabag-20898d5ef4d2e5ae68a2687578c9273efed274c3.zip
Merge pull request #3783 from wallabag/issue-3780
material: decrease size of tags on list view
-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 9e3599d5..4f67e038 100644
--- a/app/Resources/static/themes/material/css/cards.scss
+++ b/app/Resources/static/themes/material/css/cards.scss
@@ -221,9 +221,11 @@ a.original:not(.waves-effect) {
221 div.metadata { 221 div.metadata {
222 .chip { 222 .chip {
223 background-color: $blueAccentColor; 223 background-color: $blueAccentColor;
224 padding: 0 15px 0 10px; 224 padding: 0 7px;
225 margin: auto 2px; 225 margin: auto 2px;
226 border-radius: 6px; 226 border-radius: 6px;
227 line-height: 22px;
228 height: 22px;
227 229
228 a, 230 a,
229 i { 231 i {