fix(navBar): calc correct button width before enter

This commit is contained in:
Adam Bradley
2014-12-03 22:41:52 -06:00
parent 86ea0473ef
commit 74cc98039b

View File

@@ -172,6 +172,7 @@ $android-transition-timing-leaving: cubic-bezier(0.4, 0, 1, 1) !default
.title,
.buttons,
.back-text {
position: absolute;
opacity: 0;
@include transition-duration(0s);
}