@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
|
@@ -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(
|
|
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,
|