first version of a really buggy and ugly caption selector and renderer

This commit is contained in:
Jorrin
2024-02-16 21:25:29 +01:00
parent d9964f5a72
commit 52eab1e8e8
17 changed files with 370 additions and 10 deletions

View File

@@ -21,7 +21,7 @@ export const ProgressBar = () => {
if (status?.isLoaded) {
return (
<TouchableOpacity
className="flex h-10 flex-1 items-center justify-center p-8"
className="flex flex-1 items-center justify-center pb-12 pt-6"
onPress={() => setIsIdle(false)}
>
<VideoSlider onSlidingComplete={updateProgress} />