diff options
author | Sam Potts <me@sampotts.me> | 2015-06-08 21:46:47 +1000 |
---|---|---|
committer | Sam Potts <me@sampotts.me> | 2015-06-08 21:46:47 +1000 |
commit | 4f0633fdc18ebd26829d7f27cefa15ac0a1d18c5 (patch) | |
tree | 81c59095260b6fa735ac711dca143fa048a71cf2 /src | |
parent | f41854ebe72e4ba44c7b66464205b966f5b2f3d2 (diff) | |
download | plyr-4f0633fdc18ebd26829d7f27cefa15ac0a1d18c5.tar.lz plyr-4f0633fdc18ebd26829d7f27cefa15ac0a1d18c5.tar.xz plyr-4f0633fdc18ebd26829d7f27cefa15ac0a1d18c5.zip |
SASS for previous change
Diffstat (limited to 'src')
-rw-r--r-- | src/sass/plyr.scss | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/sass/plyr.scss b/src/sass/plyr.scss index 02d5e7ef..bf027db0 100644 --- a/src/sass/plyr.scss +++ b/src/sass/plyr.scss @@ -572,12 +572,9 @@ $bp-captions-large: 768px !default; // When captions jump to the larger fo top: auto; bottom: 90px; - @media (min-width: $bp-control-split) and (max-width: ($bp-captions-large - 1)) { + @media (min-width: $bp-control-split) { bottom: 60px; } - @media (min-width: $bp-captions-large) { - bottom: 80px; - } } } .player-controls { @@ -590,11 +587,10 @@ $bp-captions-large: 768px !default; // When captions jump to the larger fo // Hide controls when playing in full screen &.fullscreen-hide-controls.playing .player-controls { transform: translateY(100%) translateY($control-spacing / 2); - transition: transform .3s 1s ease; + transition: transform .3s .2s ease; &.hover { transform: translateY(0); - transition-delay: 0; } } } |