Skip to content

Commit

Permalink
feat(contacts): m3 styles
Browse files Browse the repository at this point in the history
  • Loading branch information
nolimits4web committed Oct 5, 2022
1 parent 67a7aa2 commit ab3d5a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/core/components/contacts-list/contacts-list-md.less
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
.list-group-title {
pointer-events: none;
overflow: visible;
width: 56px;
width: 40px;
+ li {
margin-top: calc(var(--f7-contacts-list-title-height) * -1);
}
}
li:not(.list-group-title) {
.ltr({
padding-left: 56px;
padding-left: 40px;
});
.rtl({
padding-right: 56px;
padding-right: 40px;
});
}
}
Expand Down

0 comments on commit ab3d5a9

Please sign in to comment.