mirror of
https://github.com/mmjee/Piped-Material.git
synced 2024-12-06 19:26:36 +01:00
Fix captions occupying full screen on some videos
See https://github.com/TeamPiped/Piped/commit/7310946cb0962a6949333589843e4b46900a47a0
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user