mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2025-01-31 07:11:33 +00:00
Updated
This commit is contained in:
parent
4cbf0c6fa5
commit
519d4154e7
@ -4,6 +4,11 @@
|
|||||||
|
|
||||||
/** Main **/
|
/** Main **/
|
||||||
|
|
||||||
.video-js {
|
#inputForm,
|
||||||
margin: 1.5rem auto
|
#playerContainer {
|
||||||
|
margin-bottom: 1.5rem
|
||||||
|
}
|
||||||
|
|
||||||
|
.video-js {
|
||||||
|
margin: 0 auto
|
||||||
}
|
}
|
||||||
|
@ -14,7 +14,7 @@ const page = {
|
|||||||
uploadRoot: null,
|
uploadRoot: null,
|
||||||
titleFormat: null,
|
titleFormat: null,
|
||||||
|
|
||||||
videoContainer: document.querySelector('#player-container'),
|
videoContainer: document.querySelector('#playerContainer'),
|
||||||
player: null
|
player: null
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -76,7 +76,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<div id="player-container"></div>
|
<div id="playerContainer"></div>
|
||||||
|
|
||||||
<article class="message">
|
<article class="message">
|
||||||
<div class="message-body">
|
<div class="message-body">
|
||||||
|
Loading…
Reference in New Issue
Block a user