summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass
diff options
context:
space:
mode:
authorhmhealey <harrisonmhealey@gmail.com>2015-12-15 15:55:52 -0500
committerhmhealey <harrisonmhealey@gmail.com>2015-12-16 09:54:58 -0500
commit07638f7e7dd6718155eb650562d71063e7756de5 (patch)
tree418d3e80a5f930396e068fd94689d6fbe12d76d8 /web/sass-files/sass
parent872f001fbbebe93ae7fc4b92a6d17a378e0d50d5 (diff)
downloadchat-07638f7e7dd6718155eb650562d71063e7756de5.tar.gz
chat-07638f7e7dd6718155eb650562d71063e7756de5.tar.bz2
chat-07638f7e7dd6718155eb650562d71063e7756de5.zip
Added DelayedAction class to use to handle stopping scrolling
Diffstat (limited to 'web/sass-files/sass')
-rw-r--r--web/sass-files/sass/partials/_post.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/sass-files/sass/partials/_post.scss b/web/sass-files/sass/partials/_post.scss
index 4e5968254..9acac9532 100644
--- a/web/sass-files/sass/partials/_post.scss
+++ b/web/sass-files/sass/partials/_post.scss
@@ -262,7 +262,7 @@ body.ios {
line-height: 25px;
margin-left: -60px;
-webkit-font-smoothing: initial;
- @include single-transition(all, 0.3s, ease, 1.0s);
+ @include single-transition(all, 0.3s, ease);
@include translateY(-45px);
@include opacity(0);