mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2024-10-30 01:08:47 +00:00
(@fuse/navigation) Moved the margin into the children's first child for smoother animations, closes #173
This commit is contained in:
parent
2771d3b1ae
commit
a32970b7c2
|
@ -337,7 +337,10 @@ fuse-vertical-navigation {
|
|||
}
|
||||
|
||||
> .fuse-vertical-navigation-item-children {
|
||||
|
||||
> *:first-child {
|
||||
margin-top: 6px;
|
||||
}
|
||||
|
||||
> *:last-child {
|
||||
padding-bottom: 6px;
|
||||
|
|
Loading…
Reference in New Issue
Block a user