@eluvio/elv-player-js 1.0.83 → 1.0.84

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.83",
3
+ "version": "1.0.84",
4
4
  "description": "![Eluvio Logo](src/static/images/Logo.png \"Eluvio Logo\")",
5
5
  "main": "src/index.js",
6
6
  "license": "MIT",
@@ -588,18 +588,15 @@ $button-height: 35px;
588
588
  }
589
589
 
590
590
  .eluvio-player__controls {
591
- //height: CALC(#{$controls-height} * 0.65);
592
591
  padding: 0 CALC(#{$controls-padding} * 0.5);
593
592
  }
594
593
 
595
594
  .eluvio-player__controls__button {
596
- &:not(&--fixed-size) {
597
- height: CALC(#{$button-height} * 0.9);
598
- max-height: CALC(#{$button-height} * 0.9);
599
- max-width: CALC(#{$button-height} * 0.9);
600
- min-height: CALC(#{$button-height} * 0.9);
601
- min-width: CALC(#{$button-height} * 0.9);
602
- }
595
+ height: CALC(#{$button-height} * 0.9);
596
+ max-height: CALC(#{$button-height} * 0.9);
597
+ max-width: CALC(#{$button-height} * 0.9);
598
+ min-height: CALC(#{$button-height} * 0.9);
599
+ min-width: CALC(#{$button-height} * 0.9);
603
600
  }
604
601
 
605
602
  .eluvio-player__controls__volume-container {