Merge pull request #3783 from wallabag/issue-3780

material: decrease size of tags on list view
This commit is contained in:
Kevin Decherf 2018-11-26 18:45:38 +01:00 committed by GitHub
commit 20898d5ef4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -221,9 +221,11 @@ a.original:not(.waves-effect) {
div.metadata { div.metadata {
.chip { .chip {
background-color: $blueAccentColor; background-color: $blueAccentColor;
padding: 0 15px 0 10px; padding: 0 7px;
margin: auto 2px; margin: auto 2px;
border-radius: 6px; border-radius: 6px;
line-height: 22px;
height: 22px;
a, a,
i { i {