@besovideo/webrtc-player 0.8.54 → 0.8.56
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/dist/main.browser.css +2 -2
- package/dist/main.browser.js +361 -26
- package/dist/main.es.css +2 -2
- package/dist/main.es.js +361 -26
- package/dist/types/api/device.d.ts +5 -0
- package/dist/types/core/events.d.ts +1 -1
- package/dist/types/plugins/modal.d.ts +2 -0
- package/dist/types/plugins/player/reducers/types.d.ts +6 -1
- package/dist/types/plugins/ptz/button.d.ts +1 -0
- package/dist/types/plugins/ptz/index.d.ts +2 -0
- package/dist/types/templates/icons.d.ts +1 -0
- package/dist/types/templates/input.d.ts +1 -1
- package/dist/types/utils/http.d.ts +1 -0
- package/package.json +1 -1
package/dist/main.browser.css
CHANGED
|
@@ -664,7 +664,7 @@
|
|
|
664
664
|
transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
|
|
665
665
|
display: flex;
|
|
666
666
|
justify-content: space-between;
|
|
667
|
-
height:
|
|
667
|
+
height: 30%;
|
|
668
668
|
min-height: 110px;
|
|
669
669
|
max-height: 150px;
|
|
670
670
|
width: 60%;
|
|
@@ -714,7 +714,7 @@
|
|
|
714
714
|
white-space: nowrap;
|
|
715
715
|
}
|
|
716
716
|
.bvplayer-ptz_control_camera-option_item:not(:last-child) {
|
|
717
|
-
margin-bottom:
|
|
717
|
+
margin-bottom: 4%;
|
|
718
718
|
}
|
|
719
719
|
.bvplayer-ptz_control_camera-option_item_label {
|
|
720
720
|
display: inline-block;
|