mirror of
https://github.com/wallabag/wallabag.git
synced 2025-01-09 08:25:25 +00:00
Merge pull request #3783 from wallabag/issue-3780
material: decrease size of tags on list view
This commit is contained in:
commit
20898d5ef4
1 changed files with 3 additions and 1 deletions
|
@ -221,9 +221,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 {
|
||||
|
|
Loading…
Reference in a new issue