diff options
author | Kevin Decherf <kevin@kdecherf.com> | 2018-11-26 18:45:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-26 18:45:38 +0100 |
commit | 20898d5ef4d2e5ae68a2687578c9273efed274c3 (patch) | |
tree | 44536a93e0561dff7ca45c9e99f1d23521842940 /app | |
parent | 72efc8ceeb277df10fc090cbc238f1606445ae57 (diff) | |
parent | 13d94929ecc76e2b83c5bb48290215a35526973f (diff) | |
download | wallabag-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
Diffstat (limited to 'app')
-rw-r--r-- | app/Resources/static/themes/material/css/cards.scss | 4 |
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 { |