@desynova-digital/player 3.9.2 → 3.9.3
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/components/Video.js +1 -1
- package/package.json +1 -1
package/components/Video.js
CHANGED
|
@@ -116,7 +116,7 @@ var defaultProps = {
|
|
|
116
116
|
var SubTitleSection = _styledComponents2.default.div.withConfig({
|
|
117
117
|
displayName: 'Video__SubTitleSection',
|
|
118
118
|
componentId: 'omlcc3-0'
|
|
119
|
-
})(['position:absolute;font-family:SFUIText-Regular;font-size:16px;bottom:20px;width:100%;display:flex;justify-content:center;text-align:center;color:#FFFFFF;height:
|
|
119
|
+
})(['position:absolute;font-family:SFUIText-Regular;font-size:16px;bottom:20px;width:100%;display:flex;justify-content:center;text-align:center;color:#FFFFFF;height:90%;align-items:center;.subtitleContainer{border-radius:4px;width:fit-content;background:#000000;opacity:0.9;padding:8px 10px;line-height:20px;position:absolute;}']);
|
|
120
120
|
|
|
121
121
|
var VideoBlock = _styledComponents2.default.div.withConfig({
|
|
122
122
|
displayName: 'Video__VideoBlock',
|