@eluvio/elv-player-js 1.0.112 → 1.0.113

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eluvio/elv-player-js",
3
- "version": "1.0.112",
3
+ "version": "1.0.113",
4
4
  "description": "![Eluvio Logo](src/static/images/Logo.png \"Eluvio Logo\")",
5
5
  "main": "src/index.js",
6
6
  "license": "MIT",
@@ -385,7 +385,7 @@ $button-height: 35px;
385
385
  &__settings-menu {
386
386
  background: $menu-color;
387
387
  border-radius: 3px 0 0;
388
- bottom: CALC(5px + #{$button-height} + #{$controls-padding} + #{$controls-padding});
388
+ bottom: CALC(#{$button-height} + #{$controls-padding} + #{$controls-padding});
389
389
  color: $button-color;
390
390
  max-height: MIN(90%, 100% - CALC(25px + #{$button-height} + #{$controls-padding} + #{$controls-padding}));
391
391
  min-height: 20px;
@@ -642,6 +642,10 @@ $button-height: 35px;
642
642
  bottom: 65px;
643
643
  }
644
644
  }
645
+
646
+ .eluvio-player__controls__settings-menu {
647
+ bottom: CALC(5px + #{$button-height} + #{$controls-padding} + #{$controls-padding});
648
+ }
645
649
  }
646
650
 
647
651
  &.eluvio-player-m,