Fix captions occupying full screen on some videos

See https://github.com/TeamPiped/Piped/commit/7310946cb0962a6949333589843e4b46900a47a0
This commit is contained in:
root
2021-07-30 16:16:49 +05:30
parent d49c64dcef
commit ecb717af02
+9
View File
@@ -14,6 +14,15 @@
</div>
</template>
<style scoped>
.shaka-text-container > div {
height: auto !important;
width: auto !important;
top: auto !important;
left: auto !important;
}
</style>
<script>
import muxjs from 'mux.js'
import shaka from 'shaka-player/dist/shaka-player.ui.js'