mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
parent
96950e61e7
commit
7310946cb0
1 changed files with 9 additions and 0 deletions
|
@ -16,6 +16,15 @@
|
|||
</div>
|
||||
</template>
|
||||
|
||||
<style>
|
||||
.shaka-text-container > div {
|
||||
height: auto !important;
|
||||
width: auto !important;
|
||||
top: auto !important;
|
||||
left: auto !important;
|
||||
}
|
||||
</style>
|
||||
|
||||
<script>
|
||||
import("shaka-player/dist/controls.css");
|
||||
const shaka = import("shaka-player/dist/shaka-player.ui.js");
|
||||
|
|
Loading…
Reference in a new issue