(@fuse/navigation) Moved the margin into the children's first child for smoother animations, closes #173

This commit is contained in:
Sercan Yemen 2022-05-24 09:56:44 +03:00
parent 2771d3b1ae
commit a32970b7c2

View File

@ -337,7 +337,10 @@ fuse-vertical-navigation {
}
> .fuse-vertical-navigation-item-children {
> *:first-child {
margin-top: 6px;
}
> *:last-child {
padding-bottom: 6px;