diff --git a/public/index.html b/public/index.html index b03b75e9c..7ad7f249b 100644 --- a/public/index.html +++ b/public/index.html @@ -38,7 +38,7 @@
diff --git a/public/views/send.html b/public/views/send.html index 808dee267..6f6561fe3 100644 --- a/public/views/send.html +++ b/public/views/send.html @@ -123,12 +123,7 @@ too long!
- -
@@ -142,13 +137,13 @@
-
+
-
+ diff --git a/src/css/mobile.css b/src/css/mobile.css index 007e5e747..8c1f25e83 100644 --- a/src/css/mobile.css +++ b/src/css/mobile.css @@ -615,19 +615,6 @@ a.pin-button:active { padding-top: 1rem; } -.animation { - position: absolute; - background: #fff; - display: block; - width: 100%; - height: 100%; - top: 0; - left: 0; - -webkit-backface-visibility: hidden; - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); -} - .animation-left.ng-enter, .animation-left.ng-leave, .animation-right.ng-enter, .animation-right.ng-leave { -webkit-transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 250ms;