Fix shaking when transition to feedback
This commit is contained in:
parent
3965b92451
commit
2b6d60f96f
3 changed files with 12 additions and 4 deletions
|
|
@ -78,4 +78,8 @@ angular.module('copayApp.controllers').controller('sendController', function($sc
|
|||
}
|
||||
});
|
||||
|
||||
$scope.$on("$ionicView.afterEnter", function() {
|
||||
$scope.showForm = true;
|
||||
});
|
||||
|
||||
});
|
||||
|
|
|
|||
|
|
@ -28,7 +28,9 @@
|
|||
}
|
||||
.user-feedback {
|
||||
border-top: 1px solid $subtle-gray;
|
||||
padding: 20px;
|
||||
width: 100%;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.send-feedback-star {
|
||||
height: 1rem;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue