From 886b7a6e25754c73421bed86dc5f30c8e5c86c7c Mon Sep 17 00:00:00 2001 From: Simon Eisenmann Date: Thu, 19 Jun 2014 21:16:31 +0200 Subject: [PATCH] Removed experimental chat pane animations. --- src/styles/components/_chat.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/styles/components/_chat.scss b/src/styles/components/_chat.scss index 3baa2763..6d34f46b 100644 --- a/src/styles/components/_chat.scss +++ b/src/styles/components/_chat.scss @@ -54,7 +54,7 @@ position: absolute; right: 0; top: 0; - transition: left 200ms ease-in-out; + //transition: left 200ms ease-in-out; width: 260px; } @@ -72,7 +72,7 @@ bottom: 0; left: 100%; position: absolute; - transition: left 200ms ease-in-out; + //transition: left 200ms ease-in-out; top: 0; width: 100%; .list-group { @@ -122,8 +122,8 @@ position: absolute; right: 0; top: 0; - transition: 0.3s; - transform-style: preserve-3d; + //transition: 0.3s; + //transform-style: preserve-3d; width: 100%; }