Skip to content

Commit ab3d5a9

Browse files
committed
feat(contacts): m3 styles
1 parent 67a7aa2 commit ab3d5a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/core/components/contacts-list/contacts-list-md.less

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33
.list-group-title {
44
pointer-events: none;
55
overflow: visible;
6-
width: 56px;
6+
width: 40px;
77
+ li {
88
margin-top: calc(var(--f7-contacts-list-title-height) * -1);
99
}
1010
}
1111
li:not(.list-group-title) {
1212
.ltr({
13-
padding-left: 56px;
13+
padding-left: 40px;
1414
});
1515
.rtl({
16-
padding-right: 56px;
16+
padding-right: 40px;
1717
});
1818
}
1919
}

0 commit comments

Comments
 (0)