mirror of
https://github.com/wallabag/wallabag.git
synced 2025-07-22 17:18:37 +00:00
material: decrease size of tags on list view
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
This commit is contained in:
parent
bffe65478d
commit
13d94929ec
1 changed files with 3 additions and 1 deletions
|
@ -225,9 +225,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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue