summaryrefslogtreecommitdiffstats
path: root/client/components/main/popup.styl
diff options
context:
space:
mode:
authorMaxime Quandalle <maxime@quandalle.com>2015-05-22 20:17:40 +0200
committerMaxime Quandalle <maxime@quandalle.com>2015-05-22 20:17:40 +0200
commit6ef9c7e95fd2c85f944db89a746a8457e216403c (patch)
tree11516d9d0446dbd55ab8058edb0bef9a6f831a63 /client/components/main/popup.styl
parentd81cad4251ff1d10d38ed47ceea6612395fe0e24 (diff)
downloadwekan-6ef9c7e95fd2c85f944db89a746a8457e216403c.tar.gz
wekan-6ef9c7e95fd2c85f944db89a746a8457e216403c.tar.bz2
wekan-6ef9c7e95fd2c85f944db89a746a8457e216403c.zip
Improve popup animation
When going back wait for the popup transition to end before removing the DOM element.
Diffstat (limited to 'client/components/main/popup.styl')
-rw-r--r--client/components/main/popup.styl4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/components/main/popup.styl b/client/components/main/popup.styl
index 151b4fcb..9faad876 100644
--- a/client/components/main/popup.styl
+++ b/client/components/main/popup.styl
@@ -95,7 +95,7 @@
width: 100%
.content-container
- width: 1000px
+ width: 5000px
max-height: 550px
transition: transform 0.2s
@@ -104,7 +104,7 @@
padding: 0 10px 10px
float: left
- &.is-hidden
+ &.no-height
height: 0
.quiet