diff options
author | Thibaut Girka <thib@sitedethib.com> | 2018-06-24 14:32:22 +0200 |
---|---|---|
committer | Thibaut Girka <thib@sitedethib.com> | 2018-06-24 14:32:22 +0200 |
commit | 4b0f27ba7822befed76f8368b472c6ade6977cb2 (patch) | |
tree | cebf03387c15cb6299d27a7988f78d173d7945de /app/javascript/styles | |
parent | 03cfe366fd0146cb4c3ede4dcdeeb2228a513e7d (diff) | |
parent | 50a2854f922ebdd2c056870a0de402329bdf1bb3 (diff) |
Merge branch 'master' into glitch-soc/merge-upstream
Diffstat (limited to 'app/javascript/styles')
-rw-r--r-- | app/javascript/styles/mastodon/components.scss | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss index 147cc653b..6905eaa1e 100644 --- a/app/javascript/styles/mastodon/components.scss +++ b/app/javascript/styles/mastodon/components.scss @@ -302,12 +302,10 @@ height: 0; transform-origin: bottom; opacity: 0.0; - transition: all 0.4s ease; &.spoiler-input--visible { height: 47px; opacity: 1.0; - transition: all 0.4s ease; } } @@ -568,6 +566,10 @@ } } +.no-reduce-motion .spoiler-input { + transition: height 0.4s ease, opacity 0.4s ease; +} + .emojione { font-size: inherit; vertical-align: middle; |