mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2024-10-30 09:18:46 +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 {
|
> .fuse-vertical-navigation-item-children {
|
||||||
margin-top: 6px;
|
|
||||||
|
> *:first-child {
|
||||||
|
margin-top: 6px;
|
||||||
|
}
|
||||||
|
|
||||||
> *:last-child {
|
> *:last-child {
|
||||||
padding-bottom: 6px;
|
padding-bottom: 6px;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user