@latest-thinking/lt-player 1.1.0-x → 1.1.0-y

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": "@latest-thinking/lt-player",
3
- "version": "1.1.0-x",
3
+ "version": "1.1.0-y",
4
4
  "description": "LT player.",
5
5
  "main": "dist/js/lt-player-main.js",
6
6
  "module": "dist/js/lt-player-main.js",
@@ -60,6 +60,12 @@ $modal-max-width: 620px;
60
60
  @include yellow-btn;
61
61
  }
62
62
 
63
+ body[modal-open-body] {
64
+ //position: fixed;
65
+ width: 100%;
66
+ overflow-x: hidden;
67
+ }
68
+
63
69
  .lt-player-portrate--mobile {
64
70
  &.lt-player--portrait {
65
71
  &__lg,
@@ -1,11 +1,5 @@
1
1
  @import "../abstracts/variables";
2
2
 
3
- body[modal-open-body] {
4
- position: fixed;
5
- width: 100%;
6
- overflow-x: hidden;
7
- }
8
-
9
3
  .settings-dialog {
10
4
  background: $default-lt-player-white;
11
5
  padding: 0;
@@ -104,7 +104,8 @@
104
104
  align-items: flex-end;
105
105
  margin-top: 0;
106
106
  margin-bottom: 0;
107
- width: 90px;
107
+ width: 80px;
108
+ white-space: nowrap;
108
109
  font-size: $lt-player-font-size-sm;
109
110
  font-weight: $lt-player-font-weight-sm;
110
111
  color: $default-lt-player-white !important;