@streamscloud/embeddable 1.1.5 → 1.1.7

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.
@@ -28,134 +28,256 @@ $effect(() => {
28
28
  opacity: 1;
29
29
  }
30
30
  }
31
- /* Reset browser styles */
32
- /*Default margins and paddings are removed*/
33
- :global(a),
34
- :global(article),
35
- :global(aside),
36
- :global(blockquote),
37
- :global(body),
38
- :global(dd),
39
- :global(div),
40
- :global(dl),
41
- :global(dt),
42
- :global(figcaption),
43
- :global(figure),
44
- :global(footer),
45
- :global(form),
46
- :global(h1),
47
- :global(h2),
48
- :global(h3),
49
- :global(h4),
50
- :global(h5),
51
- :global(h6),
52
- :global(header),
53
- :global(html),
54
- :global(img),
55
- :global(li),
56
- :global(nav),
57
- :global(ol),
58
- :global(p),
59
- :global(section),
60
- :global(table),
61
- :global(td),
62
- :global(ul) {
31
+ .stream-player-modal {
32
+ all: unset;
33
+ /**
34
+ * 1. Correct the line height in all browsers.
35
+ * 2. Prevent adjustments of font size after orientation changes in iOS.
36
+ */
37
+ line-height: 1.15; /* 1 */
38
+ font-family: system-ui, Avenir, Helvetica, Arial, sans-serif;
39
+ font-weight: 400;
40
+ -webkit-text-size-adjust: 100%; /* 2 */
41
+ margin: 0;
42
+ box-sizing: border-box;
43
+ text-align: initial;
44
+ /* Reset browser styles */
45
+ /*Default margins and paddings are removed*/
46
+ /*Images are block-level*/
47
+ /*Lists are unstyled*/
48
+ /* Normalize styles */
49
+ /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
50
+ /* Document
51
+ ========================================================================== */
52
+ /**
53
+ * Render the `main` element consistently in IE.
54
+ */
55
+ /**
56
+ * Correct the font size and margin on `h1` elements within `section` and
57
+ * `article` contexts in Chrome, Firefox, and Safari.
58
+ */
59
+ /* Grouping content
60
+ ========================================================================== */
61
+ /**
62
+ * 1. Add the correct box sizing in Firefox.
63
+ * 2. Show the overflow in Edge and IE.
64
+ */
65
+ /**
66
+ * 1. Correct the inheritance and scaling of font size in all browsers.
67
+ * 2. Correct the odd `em` font sizing in all browsers.
68
+ */
69
+ /* Text-level semantics
70
+ ========================================================================== */
71
+ /**
72
+ * Remove the gray background on active links in IE 10.
73
+ */
74
+ /**
75
+ * 1. Remove the bottom border in Chrome 57-
76
+ * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
77
+ */
78
+ /**
79
+ * Add the correct font weight in Chrome, Edge, and Safari.
80
+ */
81
+ /**
82
+ * 1. Correct the inheritance and scaling of font size in all browsers.
83
+ * 2. Correct the odd `em` font sizing in all browsers.
84
+ */
85
+ /**
86
+ * Add the correct font size in all browsers.
87
+ */
88
+ /**
89
+ * Prevent `sub` and `sup` elements from affecting the line height in
90
+ * all browsers.
91
+ */
92
+ /* Embedded content
93
+ ========================================================================== */
94
+ /**
95
+ * Remove the border on images inside links in IE 10.
96
+ */
97
+ /* Forms
98
+ ========================================================================== */
99
+ /**
100
+ * 1. Change the font styles in all browsers.
101
+ * 2. Remove the margin in Firefox and Safari.
102
+ */
103
+ /**
104
+ * Show the overflow in IE.
105
+ * 1. Show the overflow in Edge.
106
+ */
107
+ /**
108
+ * Remove the inheritance of text transform in Edge, Firefox, and IE.
109
+ * 1. Remove the inheritance of text transform in Firefox.
110
+ */
111
+ /**
112
+ * Correct the inability to style clickable types in iOS and Safari.
113
+ */
114
+ /**
115
+ * Remove the inner border and padding in Firefox.
116
+ */
117
+ /**
118
+ * Restore the focus styles unset by the previous rule.
119
+ */
120
+ /**
121
+ * Correct the padding in Firefox.
122
+ */
123
+ /**
124
+ * 1. Correct the text wrapping in Edge and IE.
125
+ * 2. Correct the color inheritance from `fieldset` elements in IE.
126
+ * 3. Remove the padding so developers are not caught out when they zero out
127
+ * `fieldset` elements in all browsers.
128
+ */
129
+ /**
130
+ * Add the correct vertical alignment in Chrome, Firefox, and Opera.
131
+ */
132
+ /**
133
+ * Remove the default vertical scrollbar in IE 10+.
134
+ */
135
+ /**
136
+ * 1. Add the correct box sizing in IE 10.
137
+ * 2. Remove the padding in IE 10.
138
+ */
139
+ /**
140
+ * Correct the cursor style of increment and decrement buttons in Chrome.
141
+ */
142
+ /**
143
+ * 1. Correct the odd appearance in Chrome and Safari.
144
+ * 2. Correct the outline style in Safari.
145
+ */
146
+ /**
147
+ * Remove the inner padding in Chrome and Safari on macOS.
148
+ */
149
+ /**
150
+ * 1. Correct the inability to style clickable types in iOS and Safari.
151
+ * 2. Change font properties to `inherit` in Safari.
152
+ */
153
+ /* Misc
154
+ ========================================================================== */
155
+ /**
156
+ * Add the correct display in IE 10+.
157
+ */
158
+ /**
159
+ * Add the correct display in IE 10.
160
+ */
161
+ position: fixed;
162
+ top: 0;
163
+ left: 0;
164
+ bottom: 0;
165
+ right: 0;
166
+ z-index: 1000;
167
+ }
168
+ .stream-player-modal :global(a),
169
+ .stream-player-modal :global(article),
170
+ .stream-player-modal :global(aside),
171
+ .stream-player-modal :global(blockquote),
172
+ .stream-player-modal :global(body),
173
+ .stream-player-modal :global(dd),
174
+ .stream-player-modal :global(div),
175
+ .stream-player-modal :global(dl),
176
+ .stream-player-modal :global(dt),
177
+ .stream-player-modal :global(figcaption),
178
+ .stream-player-modal :global(figure),
179
+ .stream-player-modal :global(footer),
180
+ .stream-player-modal :global(form),
181
+ .stream-player-modal :global(h1),
182
+ .stream-player-modal :global(h2),
183
+ .stream-player-modal :global(h3),
184
+ .stream-player-modal :global(h4),
185
+ .stream-player-modal :global(h5),
186
+ .stream-player-modal :global(h6),
187
+ .stream-player-modal :global(header),
188
+ .stream-player-modal :global(html),
189
+ .stream-player-modal :global(img),
190
+ .stream-player-modal :global(li),
191
+ .stream-player-modal :global(nav),
192
+ .stream-player-modal :global(ol),
193
+ .stream-player-modal :global(p),
194
+ .stream-player-modal :global(section),
195
+ .stream-player-modal :global(table),
196
+ .stream-player-modal :global(td),
197
+ .stream-player-modal :global(ul) {
63
198
  margin: 0;
64
199
  padding: 0;
65
200
  }
66
-
67
- :global(header),
68
- :global(section),
69
- :global(footer),
70
- :global(aside),
71
- :global(nav),
72
- :global(article),
73
- :global(figure),
74
- :global(figcaption) {
201
+ .stream-player-modal :global(header),
202
+ .stream-player-modal :global(section),
203
+ .stream-player-modal :global(footer),
204
+ .stream-player-modal :global(aside),
205
+ .stream-player-modal :global(nav),
206
+ .stream-player-modal :global(article),
207
+ .stream-player-modal :global(figure),
208
+ .stream-player-modal :global(figcaption) {
75
209
  display: block;
76
210
  }
77
-
78
- /*Images are block-level*/
79
- :global(img),
80
- :global(svg),
81
- :global(video),
82
- :global(canvas),
83
- :global(audio),
84
- :global(iframe),
85
- :global(embed),
86
- :global(object) {
211
+ .stream-player-modal :global(img),
212
+ .stream-player-modal :global(svg),
213
+ .stream-player-modal :global(video),
214
+ .stream-player-modal :global(canvas),
215
+ .stream-player-modal :global(audio),
216
+ .stream-player-modal :global(iframe),
217
+ .stream-player-modal :global(embed),
218
+ .stream-player-modal :global(object) {
87
219
  display: block;
88
220
  vertical-align: middle;
89
221
  max-width: 100%;
90
222
  }
91
-
92
- :global(table) {
223
+ .stream-player-modal :global(table) {
93
224
  border-collapse: collapse;
94
225
  }
95
-
96
- :global(img) {
226
+ .stream-player-modal :global(img) {
97
227
  border: none;
98
228
  height: auto;
99
229
  }
100
-
101
- :global(video) {
230
+ .stream-player-modal :global(video) {
102
231
  outline: none;
103
232
  }
104
-
105
- /*Lists are unstyled*/
106
- :global(ul),
107
- :global(ol) {
233
+ .stream-player-modal :global(ul),
234
+ .stream-player-modal :global(ol) {
108
235
  list-style: none;
109
236
  margin: 0;
110
237
  padding: 0;
111
238
  }
112
-
113
- :global(li) {
239
+ .stream-player-modal :global(li) {
114
240
  list-style: inherit;
115
241
  }
116
-
117
- :global(input) {
242
+ .stream-player-modal :global(input) {
118
243
  vertical-align: middle;
119
244
  min-width: 0;
120
245
  /* Chrome, Safari, Edge, Opera */
121
246
  }
122
- :global(input)::placeholder {
247
+ .stream-player-modal :global(input)::placeholder {
123
248
  color: var(--input--placeholder--color, #c1c1c1) !important;
124
249
  }
125
- :global(input):-webkit-autofill, :global(input):-webkit-autofill:hover, :global(input):-webkit-autofill:focus {
250
+ .stream-player-modal :global(input):-webkit-autofill, .stream-player-modal :global(input):-webkit-autofill:hover, .stream-player-modal :global(input):-webkit-autofill:focus {
126
251
  -webkit-background-clip: text;
127
252
  }
128
- :global(input)::-webkit-outer-spin-button, :global(input)::-webkit-inner-spin-button {
253
+ .stream-player-modal :global(input)::-webkit-outer-spin-button, .stream-player-modal :global(input)::-webkit-inner-spin-button {
129
254
  -webkit-appearance: none;
130
255
  margin: 0;
131
256
  }
132
-
133
- :global(textarea) {
257
+ .stream-player-modal :global(textarea) {
134
258
  vertical-align: top;
135
259
  resize: vertical;
136
260
  scrollbar-color: var(--custom-scrollbar-color, #b0b0b0) var(--custom-scrollbar-background, #f1f1f1);
137
261
  scrollbar-width: thin;
138
262
  }
139
- :global(textarea)::-webkit-scrollbar {
263
+ .stream-player-modal :global(textarea)::-webkit-scrollbar {
140
264
  width: 3px;
141
265
  height: 3px;
142
266
  background: var(--custom-scrollbar-background, transparent);
143
267
  visibility: hidden;
144
268
  }
145
- :global(textarea)::-webkit-scrollbar-thumb {
269
+ .stream-player-modal :global(textarea)::-webkit-scrollbar-thumb {
146
270
  background: var(--custom-scrollbar-color, #b0b0b0);
147
271
  }
148
- :global(textarea)::placeholder {
272
+ .stream-player-modal :global(textarea)::placeholder {
149
273
  color: var(--input--placeholder--color, #c1c1c1) !important;
150
274
  }
151
-
152
- :global(input:focus),
153
- :global(textarea:focus) {
275
+ .stream-player-modal :global(input:focus),
276
+ .stream-player-modal :global(textarea:focus) {
154
277
  outline: none;
155
278
  }
156
-
157
- :global(button),
158
- :global(input[type="submit"]) {
279
+ .stream-player-modal :global(button),
280
+ .stream-player-modal :global(input[type="submit"]) {
159
281
  cursor: pointer;
160
282
  -webkit-appearance: none;
161
283
  background-color: transparent;
@@ -165,226 +287,122 @@ $effect(() => {
165
287
  color: inherit;
166
288
  box-sizing: border-box;
167
289
  }
168
- :global(button):disabled,
169
- :global(input[type="submit"]):disabled {
290
+ .stream-player-modal :global(button):disabled,
291
+ .stream-player-modal :global(input[type="submit"]):disabled {
170
292
  cursor: default;
171
293
  }
172
- :global(button):focus, :global(button):focus-visible,
173
- :global(input[type="submit"]):focus,
174
- :global(input[type="submit"]):focus-visible {
294
+ .stream-player-modal :global(button):focus, .stream-player-modal :global(button):focus-visible,
295
+ .stream-player-modal :global(input[type="submit"]):focus,
296
+ .stream-player-modal :global(input[type="submit"]):focus-visible {
175
297
  outline: none;
176
298
  }
177
-
178
- :global(a) {
299
+ .stream-player-modal :global(a) {
179
300
  color: inherit;
180
301
  text-decoration: none;
181
302
  transition: color linear 0.2s;
182
303
  }
183
-
184
- :global(*),
185
- :global(*:before),
186
- :global(*:after) {
304
+ .stream-player-modal :global(*),
305
+ .stream-player-modal :global(*:before),
306
+ .stream-player-modal :global(*:after) {
187
307
  box-sizing: inherit;
188
308
  border-width: 0;
189
309
  border-style: solid;
190
310
  }
191
-
192
- /* Normalize styles */
193
- /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
194
- /* Document
195
- ========================================================================== */
196
- /**
197
- * Render the `main` element consistently in IE.
198
- */
199
- :global(main) {
311
+ .stream-player-modal :global(main) {
200
312
  display: block;
201
313
  }
202
-
203
- /**
204
- * Correct the font size and margin on `h1` elements within `section` and
205
- * `article` contexts in Chrome, Firefox, and Safari.
206
- */
207
- :global(h1) {
314
+ .stream-player-modal :global(h1) {
208
315
  font-size: 2em;
209
316
  margin: 0.67em 0;
210
317
  }
211
-
212
- /* Grouping content
213
- ========================================================================== */
214
- /**
215
- * 1. Add the correct box sizing in Firefox.
216
- * 2. Show the overflow in Edge and IE.
217
- */
218
- :global(hr) {
318
+ .stream-player-modal :global(hr) {
219
319
  box-sizing: content-box; /* 1 */
220
320
  height: 0; /* 1 */
221
321
  overflow: visible; /* 2 */
222
322
  }
223
-
224
- /**
225
- * 1. Correct the inheritance and scaling of font size in all browsers.
226
- * 2. Correct the odd `em` font sizing in all browsers.
227
- */
228
- :global(pre) {
323
+ .stream-player-modal :global(pre) {
229
324
  font-family: monospace, monospace; /* 1 */
230
325
  font-size: 1em; /* 2 */
231
326
  }
232
-
233
- /* Text-level semantics
234
- ========================================================================== */
235
- /**
236
- * Remove the gray background on active links in IE 10.
237
- */
238
- :global(a) {
327
+ .stream-player-modal :global(a) {
239
328
  background-color: transparent;
240
329
  }
241
-
242
- /**
243
- * 1. Remove the bottom border in Chrome 57-
244
- * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
245
- */
246
- :global(abbr[title]) {
330
+ .stream-player-modal :global(abbr[title]) {
247
331
  border-bottom: none; /* 1 */
248
332
  text-decoration: underline; /* 2 */
249
333
  }
250
-
251
- /**
252
- * Add the correct font weight in Chrome, Edge, and Safari.
253
- */
254
- :global(b),
255
- :global(strong) {
334
+ .stream-player-modal :global(b),
335
+ .stream-player-modal :global(strong) {
256
336
  font-weight: bolder;
257
337
  }
258
-
259
- /**
260
- * 1. Correct the inheritance and scaling of font size in all browsers.
261
- * 2. Correct the odd `em` font sizing in all browsers.
262
- */
263
- :global(code),
264
- :global(kbd),
265
- :global(samp) {
338
+ .stream-player-modal :global(code),
339
+ .stream-player-modal :global(kbd),
340
+ .stream-player-modal :global(samp) {
266
341
  font-family: monospace, monospace; /* 1 */
267
342
  font-size: 1em; /* 2 */
268
343
  }
269
-
270
- /**
271
- * Add the correct font size in all browsers.
272
- */
273
- :global(small) {
344
+ .stream-player-modal :global(small) {
274
345
  font-size: 80%;
275
346
  }
276
-
277
- /**
278
- * Prevent `sub` and `sup` elements from affecting the line height in
279
- * all browsers.
280
- */
281
- :global(sub),
282
- :global(sup) {
347
+ .stream-player-modal :global(sub),
348
+ .stream-player-modal :global(sup) {
283
349
  font-size: 75%;
284
350
  line-height: 0;
285
351
  position: relative;
286
352
  vertical-align: baseline;
287
353
  }
288
-
289
- :global(sub) {
354
+ .stream-player-modal :global(sub) {
290
355
  bottom: -0.25em;
291
356
  }
292
-
293
- :global(sup) {
357
+ .stream-player-modal :global(sup) {
294
358
  top: -0.5em;
295
359
  }
296
-
297
- /* Embedded content
298
- ========================================================================== */
299
- /**
300
- * Remove the border on images inside links in IE 10.
301
- */
302
- :global(img) {
360
+ .stream-player-modal :global(img) {
303
361
  border-style: none;
304
362
  }
305
-
306
- /* Forms
307
- ========================================================================== */
308
- /**
309
- * 1. Change the font styles in all browsers.
310
- * 2. Remove the margin in Firefox and Safari.
311
- */
312
- :global(button),
313
- :global(input),
314
- :global(optgroup),
315
- :global(select),
316
- :global(textarea) {
363
+ .stream-player-modal :global(button),
364
+ .stream-player-modal :global(input),
365
+ .stream-player-modal :global(optgroup),
366
+ .stream-player-modal :global(select),
367
+ .stream-player-modal :global(textarea) {
317
368
  font-family: inherit; /* 1 */
318
369
  font-size: 100%; /* 1 */
319
370
  line-height: 1.15; /* 1 */
320
371
  margin: 0; /* 2 */
321
372
  }
322
-
323
- /**
324
- * Show the overflow in IE.
325
- * 1. Show the overflow in Edge.
326
- */
327
- :global(button),
328
- :global(input) {
373
+ .stream-player-modal :global(button),
374
+ .stream-player-modal :global(input) {
329
375
  /* 1 */
330
376
  overflow: visible;
331
377
  }
332
-
333
- /**
334
- * Remove the inheritance of text transform in Edge, Firefox, and IE.
335
- * 1. Remove the inheritance of text transform in Firefox.
336
- */
337
- :global(button),
338
- :global(select) {
378
+ .stream-player-modal :global(button),
379
+ .stream-player-modal :global(select) {
339
380
  /* 1 */
340
381
  text-transform: none;
341
382
  }
342
-
343
- /**
344
- * Correct the inability to style clickable types in iOS and Safari.
345
- */
346
- :global(button),
347
- :global([type="button"]),
348
- :global([type="reset"]),
349
- :global([type="submit"]) {
383
+ .stream-player-modal :global(button),
384
+ .stream-player-modal :global([type="button"]),
385
+ .stream-player-modal :global([type="reset"]),
386
+ .stream-player-modal :global([type="submit"]) {
350
387
  -webkit-appearance: button;
351
388
  }
352
-
353
- /**
354
- * Remove the inner border and padding in Firefox.
355
- */
356
- :global(button::-moz-focus-inner),
357
- :global([type="button"]::-moz-focus-inner),
358
- :global([type="reset"]::-moz-focus-inner),
359
- :global([type="submit"]::-moz-focus-inner) {
389
+ .stream-player-modal :global(button::-moz-focus-inner),
390
+ .stream-player-modal :global([type="button"]::-moz-focus-inner),
391
+ .stream-player-modal :global([type="reset"]::-moz-focus-inner),
392
+ .stream-player-modal :global([type="submit"]::-moz-focus-inner) {
360
393
  border-style: none;
361
394
  padding: 0;
362
395
  }
363
-
364
- /**
365
- * Restore the focus styles unset by the previous rule.
366
- */
367
- :global(button:-moz-focusring),
368
- :global([type="button"]:-moz-focusring),
369
- :global([type="reset"]:-moz-focusring),
370
- :global([type="submit"]:-moz-focusring) {
396
+ .stream-player-modal :global(button:-moz-focusring),
397
+ .stream-player-modal :global([type="button"]:-moz-focusring),
398
+ .stream-player-modal :global([type="reset"]:-moz-focusring),
399
+ .stream-player-modal :global([type="submit"]:-moz-focusring) {
371
400
  outline: 1px dotted ButtonText;
372
401
  }
373
-
374
- /**
375
- * Correct the padding in Firefox.
376
- */
377
- :global(fieldset) {
402
+ .stream-player-modal :global(fieldset) {
378
403
  padding: 0.35em 0.75em 0.625em;
379
404
  }
380
-
381
- /**
382
- * 1. Correct the text wrapping in Edge and IE.
383
- * 2. Correct the color inheritance from `fieldset` elements in IE.
384
- * 3. Remove the padding so developers are not caught out when they zero out
385
- * `fieldset` elements in all browsers.
386
- */
387
- :global(legend) {
405
+ .stream-player-modal :global(legend) {
388
406
  box-sizing: border-box; /* 1 */
389
407
  color: inherit; /* 2 */
390
408
  display: table; /* 1 */
@@ -392,96 +410,35 @@ $effect(() => {
392
410
  padding: 0; /* 3 */
393
411
  white-space: normal; /* 1 */
394
412
  }
395
-
396
- /**
397
- * Add the correct vertical alignment in Chrome, Firefox, and Opera.
398
- */
399
- :global(progress) {
413
+ .stream-player-modal :global(progress) {
400
414
  vertical-align: baseline;
401
415
  }
402
-
403
- /**
404
- * Remove the default vertical scrollbar in IE 10+.
405
- */
406
- :global(textarea) {
416
+ .stream-player-modal :global(textarea) {
407
417
  overflow: auto;
408
418
  }
409
-
410
- /**
411
- * 1. Add the correct box sizing in IE 10.
412
- * 2. Remove the padding in IE 10.
413
- */
414
- :global([type="checkbox"]),
415
- :global([type="radio"]) {
419
+ .stream-player-modal :global([type="checkbox"]),
420
+ .stream-player-modal :global([type="radio"]) {
416
421
  box-sizing: border-box; /* 1 */
417
422
  padding: 0; /* 2 */
418
423
  }
419
-
420
- /**
421
- * Correct the cursor style of increment and decrement buttons in Chrome.
422
- */
423
- :global([type="number"]::-webkit-inner-spin-button),
424
- :global([type="number"]::-webkit-outer-spin-button) {
424
+ .stream-player-modal :global([type="number"]::-webkit-inner-spin-button),
425
+ .stream-player-modal :global([type="number"]::-webkit-outer-spin-button) {
425
426
  height: auto;
426
427
  }
427
-
428
- /**
429
- * 1. Correct the odd appearance in Chrome and Safari.
430
- * 2. Correct the outline style in Safari.
431
- */
432
- :global([type="search"]) {
428
+ .stream-player-modal :global([type="search"]) {
433
429
  -webkit-appearance: textfield; /* 1 */
434
430
  outline-offset: -2px; /* 2 */
435
431
  }
436
-
437
- /**
438
- * Remove the inner padding in Chrome and Safari on macOS.
439
- */
440
- :global([type="search"]::-webkit-search-decoration) {
432
+ .stream-player-modal :global([type="search"]::-webkit-search-decoration) {
441
433
  -webkit-appearance: none;
442
434
  }
443
-
444
- /**
445
- * 1. Correct the inability to style clickable types in iOS and Safari.
446
- * 2. Change font properties to `inherit` in Safari.
447
- */
448
- :global(::-webkit-file-upload-button) {
435
+ .stream-player-modal :global(::-webkit-file-upload-button) {
449
436
  -webkit-appearance: button; /* 1 */
450
437
  font: inherit; /* 2 */
451
438
  }
452
-
453
- /* Misc
454
- ========================================================================== */
455
- /**
456
- * Add the correct display in IE 10+.
457
- */
458
- :global(template) {
439
+ .stream-player-modal :global(template) {
459
440
  display: none;
460
441
  }
461
-
462
- /**
463
- * Add the correct display in IE 10.
464
- */
465
- :global([hidden]) {
442
+ .stream-player-modal :global([hidden]) {
466
443
  display: none;
467
- }
468
-
469
- .stream-player-modal {
470
- /**
471
- * 1. Correct the line height in all browsers.
472
- * 2. Prevent adjustments of font size after orientation changes in iOS.
473
- */
474
- line-height: 1.15; /* 1 */
475
- font-family: system-ui, Avenir, Helvetica, Arial, sans-serif;
476
- font-weight: 400;
477
- -webkit-text-size-adjust: 100%; /* 2 */
478
- margin: 0;
479
- box-sizing: border-box;
480
- text-align: initial;
481
- position: fixed;
482
- top: 0;
483
- left: 0;
484
- bottom: 0;
485
- right: 0;
486
- z-index: 1000;
487
444
  }</style>