Move Player SCSS to its own file

This commit is contained in:
root
2022-01-17 23:55:03 +05:30
parent 69d7339268
commit e107dcb379
2 changed files with 17 additions and 18 deletions
+15
View File
@@ -0,0 +1,15 @@
.shaka-text-container > div {
height: auto !important;
width: auto !important;
top: auto !important;
left: auto !important;
}
.shaka-text-container * {
background-color: rgba(8, 8, 8, 0.75) !important;
color: white !important;
}
.shaka-video-container:-webkit-full-screen {
max-height: none !important;
}
+2 -18
View File
@@ -14,29 +14,13 @@
</div>
</template>
<style>
.shaka-text-container > div {
height: auto !important;
width: auto !important;
top: auto !important;
left: auto !important;
}
.shaka-text-container * {
background-color: rgba(8, 8, 8, 0.75) !important;
color: white !important;
}
.shaka-video-container:-webkit-full-screen {
max-height: none !important;
}
</style>
<script>
import muxjs from 'mux.js'
import shaka from 'shaka-player/dist/shaka-player.ui.js'
import 'shaka-player/dist/controls.css'
import { DashUtils } from '@/tools/DashUtils'
import '@/components/Player.scss'
import { setupKeybindings } from 'psychic-tiny-keys'