From 93223fcc2c78d3964c344fdd1e549f2d43f4aac7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 18 Dec 2023 11:13:50 +0000 Subject: [PATCH] update default_config.json --- dist/default_config.json | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/dist/default_config.json b/dist/default_config.json index 107d4c1..fac42ac 100644 --- a/dist/default_config.json +++ b/dist/default_config.json @@ -5018,7 +5018,8 @@ "subtitleRule.add": { "type": "text_track", "videoPlayerSelector": ".vjs-tech", - "loadingContainerSelector": ".rc-VideoControlsContainer" + "loadingContainerSelector": ".rc-VideoControlsContainer", + "loadingStyle": "bottom: unset; top: 5%;" } }, { @@ -5032,7 +5033,8 @@ "subtitleRule.add": { "type": "text_track", "videoPlayerSelector": "video", - "loadingContainerSelector": ".player_container" + "loadingContainerSelector": ".player_container", + "loadingStyle": "bottom: unset; top: 5%;" } }, { @@ -5046,7 +5048,8 @@ "subtitleRule.add": { "type": "text_track", "videoPlayerSelector": "video", - "loadingContainerSelector": "#ted-player > div" + "loadingContainerSelector": "#ted-player > div", + "loadingStyle": "bottom: unset; top: 5%;" } }, { @@ -5062,7 +5065,8 @@ "subtitleRule.add": { "type": "text_track", "videoPlayerSelector": "video", - "loadingContainerSelector": ".vp-telecine" + "loadingContainerSelector": ".vp-telecine", + "loadingStyle": "bottom: unset; top: 5%; font-size: 12px;" } }, { @@ -5155,6 +5159,6 @@ ] } ], - "buildinConfigUpdatedAt": "2023-12-18T10:00:44.677Z", + "buildinConfigUpdatedAt": "2023-12-18T11:13:50.900Z", "latestVersion": "0.12.7" }